libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Network.AWS.ElasticBeanstalk

Contents

Description

Derived from API version 2010-12-01 of the AWS service descriptions, licensed under Apache 2.0.

AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2010-12-01 of the Amazon Elastic Beanstalk SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ElasticBeanstalk.

TooManyPlatformsException

_TooManyPlatformsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded the maximum number of allowed platforms associated with the account.

TooManyTagsException

_TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of tags in the resource would exceed the number of tags that each resource can have.

To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.

TooManyApplicationsException

_TooManyApplicationsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account has reached its limit of applications.

TooManyEnvironmentsException

_TooManyEnvironmentsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account has reached its limit of environments.

InsufficientPrivilegesException

_InsufficientPrivilegesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account does not have sufficient privileges for one or more AWS services.

ResourceTypeNotSupportedException

_ResourceTypeNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

TooManyConfigurationTemplatesException

_TooManyConfigurationTemplatesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account has reached its limit of configuration templates.

OperationInProgressException

_OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

TooManyBucketsException

_TooManyBucketsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account has reached its limit of Amazon S3 buckets.

S3SubscriptionRequiredException

_S3SubscriptionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account does not have a subscription to Amazon S3.

SourceBundleDeletionException

_SourceBundleDeletionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.

InvalidRequestException

_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more input parameters is not valid. Please correct the input parameters and try the operation again.

ElasticBeanstalkServiceException

_ElasticBeanstalkServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A generic service exception has occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A resource doesn't exist for the specified Amazon Resource Name (ARN).

TooManyApplicationVersionsException

_TooManyApplicationVersionsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified account has reached its limit of application versions.

CodeBuildNotInServiceRegionException

_CodeBuildNotInServiceRegionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

AWS CodeBuild is not available in the specified region.

PlatformVersionStillReferencedException

_PlatformVersionStillReferencedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You cannot delete the platform version because there are still environments running on it.

S3LocationNotInServiceRegionException

_S3LocationNotInServiceRegionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:

  • IAD/us-east-1
  • PDX/us-west-2
  • DUB/eu-west-1

ManagedActionInvalidStateException

_ManagedActionInvalidStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Cannot modify the managed action in its current state.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

EnvironmentTerminated

newEnvironmentTerminated :: Wait DescribeEnvironments Source #

Polls DescribeEnvironments every 20 seconds until a successful state is reached. An error is returned after 20 failed checks.

EnvironmentUpdated

newEnvironmentUpdated :: Wait DescribeEnvironments Source #

Polls DescribeEnvironments every 20 seconds until a successful state is reached. An error is returned after 20 failed checks.

EnvironmentExists

newEnvironmentExists :: Wait DescribeEnvironments Source #

Polls DescribeEnvironments every 20 seconds until a successful state is reached. An error is returned after 20 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListPlatformBranches

data ListPlatformBranches Source #

See: newListPlatformBranches smart constructor.

Instances

Instances details
Eq ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Read ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Show ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Generic ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Associated Types

type Rep ListPlatformBranches :: Type -> Type #

NFData ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Methods

rnf :: ListPlatformBranches -> () #

Hashable ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

AWSRequest ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Associated Types

type AWSResponse ListPlatformBranches #

ToHeaders ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

ToPath ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

ToQuery ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

type Rep ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

type Rep ListPlatformBranches = D1 ('MetaData "ListPlatformBranches" "Network.AWS.ElasticBeanstalk.ListPlatformBranches" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListPlatformBranches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchFilter])) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListPlatformBranches Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

newListPlatformBranches :: ListPlatformBranches Source #

Create a value of ListPlatformBranches with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListPlatformBranches', listPlatformBranches_nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

$sel:filters:ListPlatformBranches', listPlatformBranches_filters - Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical conjunction (AND) of the separate SearchFilter terms.

The following list shows valid attribute values for each of the SearchFilter terms. Most operators take a single value. The in and not_in operators can take multiple values.

  • Attribute = BranchName:

    • Operator: = | != | begins_with | ends_with | contains | in | not_in
  • Attribute = LifecycleState:

    • Operator: = | != | in | not_in
    • Values: beta | supported | deprecated | retired
  • Attribute = PlatformName:

    • Operator: = | != | begins_with | ends_with | contains | in | not_in
  • Attribute = TierType:

    • Operator: = | !=
    • Values: WebServer/Standard | Worker/SQS/HTTP

Array size: limited to 10 SearchFilter objects.

Within each SearchFilter item, the Values array is limited to 10 items.

$sel:maxRecords:ListPlatformBranches', listPlatformBranches_maxRecords - The maximum number of platform branch values returned in one call.

data ListPlatformBranchesResponse Source #

See: newListPlatformBranchesResponse smart constructor.

Instances

Instances details
Eq ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Read ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Show ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Generic ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

Associated Types

type Rep ListPlatformBranchesResponse :: Type -> Type #

NFData ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

type Rep ListPlatformBranchesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformBranches

type Rep ListPlatformBranchesResponse = D1 ('MetaData "ListPlatformBranchesResponse" "Network.AWS.ElasticBeanstalk.ListPlatformBranches" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListPlatformBranchesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformBranchSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformBranchSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPlatformBranchesResponse Source #

Create a value of ListPlatformBranchesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListPlatformBranches', listPlatformBranchesResponse_nextToken - In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

$sel:platformBranchSummaryList:ListPlatformBranchesResponse', listPlatformBranchesResponse_platformBranchSummaryList - Summary information about the platform branches.

$sel:httpStatus:ListPlatformBranchesResponse', listPlatformBranchesResponse_httpStatus - The response's http status code.

SwapEnvironmentCNAMEs

data SwapEnvironmentCNAMEs Source #

Swaps the CNAMEs of two environments.

See: newSwapEnvironmentCNAMEs smart constructor.

Instances

Instances details
Eq SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Read SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Show SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Generic SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Associated Types

type Rep SwapEnvironmentCNAMEs :: Type -> Type #

NFData SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Methods

rnf :: SwapEnvironmentCNAMEs -> () #

Hashable SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

AWSRequest SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Associated Types

type AWSResponse SwapEnvironmentCNAMEs #

ToHeaders SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

ToPath SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

ToQuery SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

type Rep SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

type Rep SwapEnvironmentCNAMEs = D1 ('MetaData "SwapEnvironmentCNAMEs" "Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SwapEnvironmentCNAMEs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationEnvironmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "destinationEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceEnvironmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse SwapEnvironmentCNAMEs Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

newSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEs Source #

Create a value of SwapEnvironmentCNAMEs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceEnvironmentName:SwapEnvironmentCNAMEs', swapEnvironmentCNAMEs_sourceEnvironmentName - The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

$sel:destinationEnvironmentId:SwapEnvironmentCNAMEs', swapEnvironmentCNAMEs_destinationEnvironmentId - The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

$sel:destinationEnvironmentName:SwapEnvironmentCNAMEs', swapEnvironmentCNAMEs_destinationEnvironmentName - The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

$sel:sourceEnvironmentId:SwapEnvironmentCNAMEs', swapEnvironmentCNAMEs_sourceEnvironmentId - The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

data SwapEnvironmentCNAMEsResponse Source #

See: newSwapEnvironmentCNAMEsResponse smart constructor.

Instances

Instances details
Eq SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Read SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Show SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Generic SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

Associated Types

type Rep SwapEnvironmentCNAMEsResponse :: Type -> Type #

NFData SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

type Rep SwapEnvironmentCNAMEsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs

type Rep SwapEnvironmentCNAMEsResponse = D1 ('MetaData "SwapEnvironmentCNAMEsResponse" "Network.AWS.ElasticBeanstalk.SwapEnvironmentCNAMEs" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SwapEnvironmentCNAMEsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSwapEnvironmentCNAMEsResponse :: SwapEnvironmentCNAMEsResponse Source #

Create a value of SwapEnvironmentCNAMEsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListAvailableSolutionStacks

data ListAvailableSolutionStacks Source #

See: newListAvailableSolutionStacks smart constructor.

Instances

Instances details
Eq ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Read ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Show ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Generic ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Associated Types

type Rep ListAvailableSolutionStacks :: Type -> Type #

NFData ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Hashable ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

AWSRequest ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

ToHeaders ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

ToPath ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

ToQuery ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

type Rep ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

type Rep ListAvailableSolutionStacks = D1 ('MetaData "ListAvailableSolutionStacks" "Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListAvailableSolutionStacks'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse ListAvailableSolutionStacks Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

newListAvailableSolutionStacks :: ListAvailableSolutionStacks Source #

Create a value of ListAvailableSolutionStacks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data ListAvailableSolutionStacksResponse Source #

A list of available AWS Elastic Beanstalk solution stacks.

See: newListAvailableSolutionStacksResponse smart constructor.

Instances

Instances details
Eq ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Read ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Show ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

Generic ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

NFData ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

type Rep ListAvailableSolutionStacksResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks

type Rep ListAvailableSolutionStacksResponse = D1 ('MetaData "ListAvailableSolutionStacksResponse" "Network.AWS.ElasticBeanstalk.ListAvailableSolutionStacks" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListAvailableSolutionStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "solutionStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "solutionStackDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SolutionStackDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAvailableSolutionStacksResponse Source #

Create a value of ListAvailableSolutionStacksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:solutionStacks:ListAvailableSolutionStacksResponse', listAvailableSolutionStacksResponse_solutionStacks - A list of available solution stacks.

$sel:solutionStackDetails:ListAvailableSolutionStacksResponse', listAvailableSolutionStacksResponse_solutionStackDetails - A list of available solution stacks and their SolutionStackDescription.

$sel:httpStatus:ListAvailableSolutionStacksResponse', listAvailableSolutionStacksResponse_httpStatus - The response's http status code.

ListPlatformVersions (Paginated)

data ListPlatformVersions Source #

See: newListPlatformVersions smart constructor.

Instances

Instances details
Eq ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Read ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Show ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Generic ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type Rep ListPlatformVersions :: Type -> Type #

NFData ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Methods

rnf :: ListPlatformVersions -> () #

Hashable ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

AWSPager ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

AWSRequest ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type AWSResponse ListPlatformVersions #

ToHeaders ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

ToPath ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

ToQuery ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersions = D1 ('MetaData "ListPlatformVersions" "Network.AWS.ElasticBeanstalk.ListPlatformVersions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListPlatformVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformFilter])) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListPlatformVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

newListPlatformVersions :: ListPlatformVersions Source #

Create a value of ListPlatformVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListPlatformVersions', listPlatformVersions_nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

$sel:filters:ListPlatformVersions', listPlatformVersions_filters - Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

$sel:maxRecords:ListPlatformVersions', listPlatformVersions_maxRecords - The maximum number of platform version values returned in one call.

data ListPlatformVersionsResponse Source #

See: newListPlatformVersionsResponse smart constructor.

Instances

Instances details
Eq ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Read ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Show ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Generic ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

Associated Types

type Rep ListPlatformVersionsResponse :: Type -> Type #

NFData ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListPlatformVersions

type Rep ListPlatformVersionsResponse = D1 ('MetaData "ListPlatformVersionsResponse" "Network.AWS.ElasticBeanstalk.ListPlatformVersions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListPlatformVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPlatformVersionsResponse Source #

Create a value of ListPlatformVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListPlatformVersions', listPlatformVersionsResponse_nextToken - In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

$sel:platformSummaryList:ListPlatformVersionsResponse', listPlatformVersionsResponse_platformSummaryList - Summary information about the platform versions.

$sel:httpStatus:ListPlatformVersionsResponse', listPlatformVersionsResponse_httpStatus - The response's http status code.

DescribeApplications

data DescribeApplications Source #

Request to describe one or more applications.

See: newDescribeApplications smart constructor.

Constructors

DescribeApplications' (Maybe [Text]) 

Instances

Instances details
Eq DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Read DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Show DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Generic DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Associated Types

type Rep DescribeApplications :: Type -> Type #

NFData DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Methods

rnf :: DescribeApplications -> () #

Hashable DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

AWSRequest DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Associated Types

type AWSResponse DescribeApplications #

ToHeaders DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

ToPath DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

ToQuery DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

type Rep DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

type Rep DescribeApplications = D1 ('MetaData "DescribeApplications" "Network.AWS.ElasticBeanstalk.DescribeApplications" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse DescribeApplications Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

newDescribeApplications :: DescribeApplications Source #

Create a value of DescribeApplications with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationNames:DescribeApplications', describeApplications_applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

data DescribeApplicationsResponse Source #

Result message containing a list of application descriptions.

See: newDescribeApplicationsResponse smart constructor.

Instances

Instances details
Eq DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Read DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Show DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Generic DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

Associated Types

type Rep DescribeApplicationsResponse :: Type -> Type #

NFData DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

type Rep DescribeApplicationsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplications

type Rep DescribeApplicationsResponse = D1 ('MetaData "DescribeApplicationsResponse" "Network.AWS.ElasticBeanstalk.DescribeApplications" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeApplicationsResponse Source #

Create a value of DescribeApplicationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applications:DescribeApplicationsResponse', describeApplicationsResponse_applications - This parameter contains a list of ApplicationDescription.

$sel:httpStatus:DescribeApplicationsResponse', describeApplicationsResponse_httpStatus - The response's http status code.

CreateApplicationVersion

data CreateApplicationVersion Source #

See: newCreateApplicationVersion smart constructor.

Instances

Instances details
Eq CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

Read CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

Show CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

Generic CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

Associated Types

type Rep CreateApplicationVersion :: Type -> Type #

NFData CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

Hashable CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

AWSRequest CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

ToHeaders CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

ToPath CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

ToQuery CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

type Rep CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

type Rep CreateApplicationVersion = D1 ('MetaData "CreateApplicationVersion" "Network.AWS.ElasticBeanstalk.CreateApplicationVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateApplicationVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sourceBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "buildConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildConfiguration))) :*: (S1 ('MetaSel ('Just "sourceBuildInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceBuildInformation)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "autoCreateApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "process") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplicationVersion

newCreateApplicationVersion Source #

Create a value of CreateApplicationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceBundle:CreateApplicationVersion', createApplicationVersion_sourceBundle - The Amazon S3 bucket and key that identify the location of the source bundle for this version.

The Amazon S3 bucket must be in the same region as the environment.

Specify a source bundle in S3 or a commit in an AWS CodeCommit repository (with SourceBuildInformation), but not both. If neither SourceBundle nor SourceBuildInformation are provided, Elastic Beanstalk uses a sample application.

$sel:buildConfiguration:CreateApplicationVersion', createApplicationVersion_buildConfiguration - Settings for an AWS CodeBuild build.

$sel:sourceBuildInformation:CreateApplicationVersion', createApplicationVersion_sourceBuildInformation - Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.

$sel:tags:CreateApplicationVersion', createApplicationVersion_tags - Specifies the tags applied to the application version.

Elastic Beanstalk applies these tags only to the application version. Environments that use the application version don't inherit the tags.

$sel:autoCreateApplication:CreateApplicationVersion', createApplicationVersion_autoCreateApplication - Set to true to create an application with the specified name if it doesn't already exist.

$sel:description:CreateApplicationVersion', createApplicationVersion_description - A description of this application version.

$sel:process:CreateApplicationVersion', createApplicationVersion_process - Pre-processes and validates the environment manifest (env.yaml) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment.

You must turn processing on for application versions that you create using AWS CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3, processing is optional.

The Process option validates Elastic Beanstalk configuration files. It doesn't validate your application's configuration files, like proxy server or Docker configuration.

$sel:applicationName:CreateApplicationVersion', createApplicationVersion_applicationName - The name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error.

$sel:versionLabel:CreateApplicationVersion', createApplicationVersion_versionLabel - A label identifying this version.

Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error.

data ApplicationVersionDescriptionMessage Source #

Result message wrapping a single description of an application version.

See: newApplicationVersionDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Read ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Show ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Generic ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

NFData ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Hashable ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

FromXML ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage = D1 ('MetaData "ApplicationVersionDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationVersionDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionDescription))))

newApplicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #

Create a value of ApplicationVersionDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationVersion:ApplicationVersionDescriptionMessage', applicationVersionDescriptionMessage_applicationVersion - The ApplicationVersionDescription of the application version.

DescribeEnvironmentHealth

data DescribeEnvironmentHealth Source #

See the example below to learn how to create a request body.

See: newDescribeEnvironmentHealth smart constructor.

Instances

Instances details
Eq DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Read DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Show DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Generic DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Associated Types

type Rep DescribeEnvironmentHealth :: Type -> Type #

NFData DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Hashable DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

AWSRequest DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

ToHeaders DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

ToPath DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

ToQuery DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

type Rep DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

type Rep DescribeEnvironmentHealth = D1 ('MetaData "DescribeEnvironmentHealth" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentHealthAttribute])))))
type AWSResponse DescribeEnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

newDescribeEnvironmentHealth :: DescribeEnvironmentHealth Source #

Create a value of DescribeEnvironmentHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:DescribeEnvironmentHealth', describeEnvironmentHealth_environmentId - Specify the environment by ID.

You must specify either this or an EnvironmentName, or both.

$sel:environmentName:DescribeEnvironmentHealth', describeEnvironmentHealth_environmentName - Specify the environment by name.

You must specify either this or an EnvironmentName, or both.

$sel:attributeNames:DescribeEnvironmentHealth', describeEnvironmentHealth_attributeNames - Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

data DescribeEnvironmentHealthResponse Source #

Health details for an AWS Elastic Beanstalk environment.

See: newDescribeEnvironmentHealthResponse smart constructor.

Instances

Instances details
Eq DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Read DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Show DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Generic DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

Associated Types

type Rep DescribeEnvironmentHealthResponse :: Type -> Type #

NFData DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

type Rep DescribeEnvironmentHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth

type Rep DescribeEnvironmentHealthResponse = D1 ('MetaData "DescribeEnvironmentHealthResponse" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentHealthResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth)) :*: S1 ('MetaSel ('Just "refreshedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "causes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instancesHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceHealthSummary))) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationMetrics)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeEnvironmentHealthResponse Source #

Create a value of DescribeEnvironmentHealthResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_status - The environment's operational status. Ready, Launching, Updating, Terminating, or Terminated.

$sel:refreshedAt:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_refreshedAt - The date and time that the health information was retrieved.

$sel:color:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_color - The health color of the environment.

$sel:causes:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_causes - Descriptions of the data that contributed to the environment's current health status.

$sel:environmentName:DescribeEnvironmentHealth', describeEnvironmentHealthResponse_environmentName - The environment's name.

$sel:instancesHealth:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_instancesHealth - Summary health information for the instances in the environment.

$sel:healthStatus:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_healthStatus - The health status of the environment. For example, Ok.

$sel:applicationMetrics:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_applicationMetrics - Application request metrics for the environment.

$sel:httpStatus:DescribeEnvironmentHealthResponse', describeEnvironmentHealthResponse_httpStatus - The response's http status code.

CreateConfigurationTemplate

data CreateConfigurationTemplate Source #

Request to create a configuration template.

See: newCreateConfigurationTemplate smart constructor.

Instances

Instances details
Eq CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

Read CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

Show CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

Generic CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

Associated Types

type Rep CreateConfigurationTemplate :: Type -> Type #

NFData CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

Hashable CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

AWSRequest CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

ToHeaders CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

ToPath CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

ToQuery CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

type Rep CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

type Rep CreateConfigurationTemplate = D1 ('MetaData "CreateConfigurationTemplate" "Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateConfigurationTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConfiguration)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate

newCreateConfigurationTemplate Source #

Create a value of CreateConfigurationTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:CreateConfigurationTemplate', createConfigurationTemplate_environmentId - The ID of an environment whose settings you want to use to create the configuration template. You must specify EnvironmentId if you don't specify PlatformArn, SolutionStackName, or SourceConfiguration.

$sel:solutionStackName:CreateConfigurationTemplate', createConfigurationTemplate_solutionStackName - The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide.

You must specify SolutionStackName if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration.

Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

$sel:platformArn:CreateConfigurationTemplate', createConfigurationTemplate_platformArn - The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

If you specify PlatformArn, then don't specify SolutionStackName.

$sel:tags:CreateConfigurationTemplate', createConfigurationTemplate_tags - Specifies the tags applied to the configuration template.

$sel:optionSettings:CreateConfigurationTemplate', createConfigurationTemplate_optionSettings - Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

$sel:description:CreateConfigurationTemplate', createConfigurationTemplate_description - An optional description for this configuration.

$sel:sourceConfiguration:CreateConfigurationTemplate', createConfigurationTemplate_sourceConfiguration - An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

Values specified in OptionSettings override any values obtained from the SourceConfiguration.

You must specify SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or SolutionStackName.

Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

$sel:applicationName:CreateConfigurationTemplate', createConfigurationTemplate_applicationName - The name of the Elastic Beanstalk application to associate with this configuration template.

$sel:templateName:CreateConfigurationTemplate', createConfigurationTemplate_templateName - The name of the configuration template.

Constraint: This name must be unique per application.

data ConfigurationSettingsDescription Source #

Describes the settings for a configuration set.

See: newConfigurationSettingsDescription smart constructor.

Instances

Instances details
Eq ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Read ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Show ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Generic ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Associated Types

type Rep ConfigurationSettingsDescription :: Type -> Type #

NFData ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Hashable ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

FromXML ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription = D1 ('MetaData "ConfigurationSettingsDescription" "Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ConfigurationSettingsDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationDeploymentStatus)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newConfigurationSettingsDescription :: ConfigurationSettingsDescription Source #

Create a value of ConfigurationSettingsDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:ConfigurationSettingsDescription', configurationSettingsDescription_templateName - If not null, the name of the configuration template for this configuration set.

$sel:dateCreated:ConfigurationSettingsDescription', configurationSettingsDescription_dateCreated - The date (in UTC time) when this configuration set was created.

$sel:solutionStackName:ConfigurationSettingsDescription', configurationSettingsDescription_solutionStackName - The name of the solution stack this configuration set uses.

$sel:deploymentStatus:ConfigurationSettingsDescription', configurationSettingsDescription_deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

$sel:platformArn:ConfigurationSettingsDescription', configurationSettingsDescription_platformArn - The ARN of the platform version.

$sel:environmentName:ConfigurationSettingsDescription', configurationSettingsDescription_environmentName - If not null, the name of the environment for this configuration set.

$sel:dateUpdated:ConfigurationSettingsDescription', configurationSettingsDescription_dateUpdated - The date (in UTC time) when this configuration set was last modified.

$sel:optionSettings:ConfigurationSettingsDescription', configurationSettingsDescription_optionSettings - A list of the configuration options and their values in this configuration set.

$sel:description:ConfigurationSettingsDescription', configurationSettingsDescription_description - Describes this configuration set.

$sel:applicationName:ConfigurationSettingsDescription', configurationSettingsDescription_applicationName - The name of the application associated with this configuration set.

TerminateEnvironment

data TerminateEnvironment Source #

Request to terminate an environment.

See: newTerminateEnvironment smart constructor.

Instances

Instances details
Eq TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Read TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Show TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Generic TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Associated Types

type Rep TerminateEnvironment :: Type -> Type #

NFData TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Methods

rnf :: TerminateEnvironment -> () #

Hashable TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

AWSRequest TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

Associated Types

type AWSResponse TerminateEnvironment #

ToHeaders TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

ToPath TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

ToQuery TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

type Rep TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

type Rep TerminateEnvironment = D1 ('MetaData "TerminateEnvironment" "Network.AWS.ElasticBeanstalk.TerminateEnvironment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "TerminateEnvironment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forceTerminate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "terminateResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse TerminateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.TerminateEnvironment

newTerminateEnvironment :: TerminateEnvironment Source #

Create a value of TerminateEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forceTerminate:TerminateEnvironment', terminateEnvironment_forceTerminate - Terminates the target environment even if another environment in the same group is dependent on it.

$sel:environmentId:TerminateEnvironment', terminateEnvironment_environmentId - The ID of the environment to terminate.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:terminateResources:TerminateEnvironment', terminateEnvironment_terminateResources - Indicates whether the associated AWS resources should shut down when the environment is terminated:

  • true: The specified environment as well as the associated AWS resources, such as Auto Scaling group and LoadBalancer, are terminated.
  • false: AWS Elastic Beanstalk resource management is removed from the environment, but the AWS resources continue to operate.

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

$sel:environmentName:TerminateEnvironment', terminateEnvironment_environmentName - The name of the environment to terminate.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

data EnvironmentDescription Source #

Describes the properties of an environment.

See: newEnvironmentDescription smart constructor.

Instances

Instances details
Eq EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Read EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Show EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Generic EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Associated Types

type Rep EnvironmentDescription :: Type -> Type #

NFData EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Methods

rnf :: EnvironmentDescription -> () #

Hashable EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

FromXML EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription = D1 ('MetaData "EnvironmentDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abortableOperationInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentStatus)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "environmentLinks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLink]))))) :*: ((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth)))))) :*: (((S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourcesDescription)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpointURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealthStatus)) :*: S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)) :*: S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newEnvironmentDescription :: EnvironmentDescription Source #

Create a value of EnvironmentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:abortableOperationInProgress:EnvironmentDescription', environmentDescription_abortableOperationInProgress - Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

$sel:templateName:EnvironmentDescription', environmentDescription_templateName - The name of the configuration template used to originally launch this environment.

$sel:status:EnvironmentDescription', environmentDescription_status - The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

$sel:dateCreated:EnvironmentDescription', environmentDescription_dateCreated - The creation date for this environment.

$sel:environmentLinks:EnvironmentDescription', environmentDescription_environmentLinks - A list of links to other environments in the same group.

$sel:environmentId:EnvironmentDescription', environmentDescription_environmentId - The ID of this environment.

$sel:solutionStackName:EnvironmentDescription', environmentDescription_solutionStackName - The name of the SolutionStack deployed with this environment.

$sel:platformArn:EnvironmentDescription', environmentDescription_platformArn - The ARN of the platform version.

$sel:environmentName:EnvironmentDescription', environmentDescription_environmentName - The name of this environment.

$sel:health:EnvironmentDescription', environmentDescription_health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

$sel:versionLabel:EnvironmentDescription', environmentDescription_versionLabel - The application version deployed in this environment.

$sel:cname:EnvironmentDescription', environmentDescription_cname - The URL to the CNAME for this environment.

$sel:dateUpdated:EnvironmentDescription', environmentDescription_dateUpdated - The last modified date for this environment.

$sel:resources:EnvironmentDescription', environmentDescription_resources - The description of the AWS resources used by this environment.

$sel:description:EnvironmentDescription', environmentDescription_description - Describes this environment.

$sel:endpointURL:EnvironmentDescription', environmentDescription_endpointURL - For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

$sel:healthStatus:EnvironmentDescription', environmentDescription_healthStatus - Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

$sel:environmentArn:EnvironmentDescription', environmentDescription_environmentArn - The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

$sel:applicationName:EnvironmentDescription', environmentDescription_applicationName - The name of the application associated with this environment.

$sel:tier:EnvironmentDescription', environmentDescription_tier - Describes the current tier of this environment.

$sel:operationsRole:EnvironmentDescription', environmentDescription_operationsRole - The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

CreateEnvironment

data CreateEnvironment Source #

See: newCreateEnvironment smart constructor.

Instances

Instances details
Eq CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Read CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Show CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Generic CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Associated Types

type Rep CreateEnvironment :: Type -> Type #

NFData CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Methods

rnf :: CreateEnvironment -> () #

Hashable CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

AWSRequest CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

Associated Types

type AWSResponse CreateEnvironment #

ToHeaders CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

ToPath CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

ToQuery CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

type Rep CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

type Rep CreateEnvironment = D1 ('MetaData "CreateEnvironment" "Network.AWS.ElasticBeanstalk.CreateEnvironment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateEnvironment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "optionsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionSpecification])) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cNAMEPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier))) :*: (S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateEnvironment

newCreateEnvironment Source #

Create a value of CreateEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:CreateEnvironment', createEnvironment_templateName - The name of the Elastic Beanstalk configuration template to use with the environment.

If you specify TemplateName, then don't specify SolutionStackName.

$sel:solutionStackName:CreateEnvironment', createEnvironment_solutionStackName - The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. If specified, Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. For a list of current solution stacks, see Elastic Beanstalk Supported Platforms in the AWS Elastic Beanstalk Platforms guide.

If you specify SolutionStackName, don't specify PlatformArn or TemplateName.

$sel:groupName:CreateEnvironment', createEnvironment_groupName - The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name parameter. See Environment Manifest (env.yaml) for details.

$sel:optionsToRemove:CreateEnvironment', createEnvironment_optionsToRemove - A list of custom user-defined configuration options to remove from the configuration set for this new environment.

$sel:platformArn:CreateEnvironment', createEnvironment_platformArn - The Amazon Resource Name (ARN) of the custom platform to use with the environment. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

If you specify PlatformArn, don't specify SolutionStackName.

$sel:environmentName:CreateEnvironment', createEnvironment_environmentName - A unique name for the environment.

Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique within a region in your account. If the specified name already exists in the region, Elastic Beanstalk returns an InvalidParameterValue error.

If you don't specify the CNAMEPrefix parameter, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.

$sel:cNAMEPrefix:CreateEnvironment', createEnvironment_cNAMEPrefix - If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.

$sel:versionLabel:CreateEnvironment', createEnvironment_versionLabel - The name of the application version to deploy.

Default: If not specified, Elastic Beanstalk attempts to deploy the sample application.

$sel:tags:CreateEnvironment', createEnvironment_tags - Specifies the tags applied to resources in the environment.

$sel:optionSettings:CreateEnvironment', createEnvironment_optionSettings - If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template.

$sel:description:CreateEnvironment', createEnvironment_description - Your description for this environment.

$sel:tier:CreateEnvironment', createEnvironment_tier - Specifies the tier to use in creating this environment. The environment tier that you choose determines whether Elastic Beanstalk provisions resources to support a web application that handles HTTP(S) requests or a web application that handles background-processing tasks.

$sel:operationsRole:CreateEnvironment', createEnvironment_operationsRole - The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream services during this call and during subsequent calls acting on this environment. To specify an operations role, you must have the iam:PassRole permission for the role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

$sel:applicationName:CreateEnvironment', createEnvironment_applicationName - The name of the application that is associated with this environment.

data EnvironmentDescription Source #

Describes the properties of an environment.

See: newEnvironmentDescription smart constructor.

Instances

Instances details
Eq EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Read EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Show EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Generic EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Associated Types

type Rep EnvironmentDescription :: Type -> Type #

NFData EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Methods

rnf :: EnvironmentDescription -> () #

Hashable EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

FromXML EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription = D1 ('MetaData "EnvironmentDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abortableOperationInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentStatus)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "environmentLinks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLink]))))) :*: ((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth)))))) :*: (((S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourcesDescription)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpointURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealthStatus)) :*: S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)) :*: S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newEnvironmentDescription :: EnvironmentDescription Source #

Create a value of EnvironmentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:abortableOperationInProgress:EnvironmentDescription', environmentDescription_abortableOperationInProgress - Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

$sel:templateName:EnvironmentDescription', environmentDescription_templateName - The name of the configuration template used to originally launch this environment.

$sel:status:EnvironmentDescription', environmentDescription_status - The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

$sel:dateCreated:EnvironmentDescription', environmentDescription_dateCreated - The creation date for this environment.

$sel:environmentLinks:EnvironmentDescription', environmentDescription_environmentLinks - A list of links to other environments in the same group.

$sel:environmentId:EnvironmentDescription', environmentDescription_environmentId - The ID of this environment.

$sel:solutionStackName:EnvironmentDescription', environmentDescription_solutionStackName - The name of the SolutionStack deployed with this environment.

$sel:platformArn:EnvironmentDescription', environmentDescription_platformArn - The ARN of the platform version.

$sel:environmentName:EnvironmentDescription', environmentDescription_environmentName - The name of this environment.

$sel:health:EnvironmentDescription', environmentDescription_health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

$sel:versionLabel:EnvironmentDescription', environmentDescription_versionLabel - The application version deployed in this environment.

$sel:cname:EnvironmentDescription', environmentDescription_cname - The URL to the CNAME for this environment.

$sel:dateUpdated:EnvironmentDescription', environmentDescription_dateUpdated - The last modified date for this environment.

$sel:resources:EnvironmentDescription', environmentDescription_resources - The description of the AWS resources used by this environment.

$sel:description:EnvironmentDescription', environmentDescription_description - Describes this environment.

$sel:endpointURL:EnvironmentDescription', environmentDescription_endpointURL - For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

$sel:healthStatus:EnvironmentDescription', environmentDescription_healthStatus - Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

$sel:environmentArn:EnvironmentDescription', environmentDescription_environmentArn - The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

$sel:applicationName:EnvironmentDescription', environmentDescription_applicationName - The name of the application associated with this environment.

$sel:tier:EnvironmentDescription', environmentDescription_tier - Describes the current tier of this environment.

$sel:operationsRole:EnvironmentDescription', environmentDescription_operationsRole - The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

CreatePlatformVersion

data CreatePlatformVersion Source #

Request to create a new platform version.

See: newCreatePlatformVersion smart constructor.

Instances

Instances details
Eq CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Read CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Show CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Generic CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type Rep CreatePlatformVersion :: Type -> Type #

NFData CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Methods

rnf :: CreatePlatformVersion -> () #

Hashable CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

AWSRequest CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type AWSResponse CreatePlatformVersion #

ToHeaders CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

ToPath CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

ToQuery CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersion = D1 ('MetaData "CreatePlatformVersion" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreatePlatformVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])))) :*: (S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "platformDefinitionBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))))
type AWSResponse CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

newCreatePlatformVersion Source #

Create a value of CreatePlatformVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:CreatePlatformVersion', createPlatformVersion_environmentName - The name of the builder environment.

$sel:tags:CreatePlatformVersion', createPlatformVersion_tags - Specifies the tags applied to the new platform version.

Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.

$sel:optionSettings:CreatePlatformVersion', createPlatformVersion_optionSettings - The configuration option settings to apply to the builder environment.

$sel:platformName:CreatePlatformVersion', createPlatformVersion_platformName - The name of your custom platform.

$sel:platformVersion:CreatePlatformVersion', createPlatformVersion_platformVersion - The number, such as 1.0.2, for the new platform version.

$sel:platformDefinitionBundle:CreatePlatformVersion', createPlatformVersion_platformDefinitionBundle - The location of the platform definition archive in Amazon S3.

data CreatePlatformVersionResponse Source #

See: newCreatePlatformVersionResponse smart constructor.

Instances

Instances details
Eq CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Read CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Show CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Generic CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type Rep CreatePlatformVersionResponse :: Type -> Type #

NFData CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersionResponse = D1 ('MetaData "CreatePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreatePlatformVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformSummary)) :*: (S1 ('MetaSel ('Just "builder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Builder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreatePlatformVersionResponse Source #

Create a value of CreatePlatformVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:platformSummary:CreatePlatformVersionResponse', createPlatformVersionResponse_platformSummary - Detailed information about the new version of the custom platform.

$sel:builder:CreatePlatformVersionResponse', createPlatformVersionResponse_builder - The builder used to create the custom platform.

$sel:httpStatus:CreatePlatformVersionResponse', createPlatformVersionResponse_httpStatus - The response's http status code.

DescribeEnvironmentResources

data DescribeEnvironmentResources Source #

Request to describe the resources in an environment.

See: newDescribeEnvironmentResources smart constructor.

Instances

Instances details
Eq DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Read DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Show DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Generic DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Associated Types

type Rep DescribeEnvironmentResources :: Type -> Type #

NFData DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Hashable DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

AWSRequest DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

ToHeaders DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

ToPath DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

ToQuery DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

type Rep DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

type Rep DescribeEnvironmentResources = D1 ('MetaData "DescribeEnvironmentResources" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeEnvironmentResources Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

newDescribeEnvironmentResources :: DescribeEnvironmentResources Source #

Create a value of DescribeEnvironmentResources with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:DescribeEnvironmentResources', describeEnvironmentResources_environmentId - The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:environmentName:DescribeEnvironmentResources', describeEnvironmentResources_environmentName - The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

data DescribeEnvironmentResourcesResponse Source #

Result message containing a list of environment resource descriptions.

See: newDescribeEnvironmentResourcesResponse smart constructor.

Instances

Instances details
Eq DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Read DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Show DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

Generic DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

NFData DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

type Rep DescribeEnvironmentResourcesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources

type Rep DescribeEnvironmentResourcesResponse = D1 ('MetaData "DescribeEnvironmentResourcesResponse" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentResources" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourceDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEnvironmentResourcesResponse Source #

Create a value of DescribeEnvironmentResourcesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentResources:DescribeEnvironmentResourcesResponse', describeEnvironmentResourcesResponse_environmentResources - A list of EnvironmentResourceDescription.

$sel:httpStatus:DescribeEnvironmentResourcesResponse', describeEnvironmentResourcesResponse_httpStatus - The response's http status code.

UpdateApplicationVersion

data UpdateApplicationVersion Source #

See: newUpdateApplicationVersion smart constructor.

Instances

Instances details
Eq UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Read UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Show UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Generic UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Associated Types

type Rep UpdateApplicationVersion :: Type -> Type #

NFData UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

Hashable UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

AWSRequest UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

ToHeaders UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

ToPath UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

ToQuery UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

type Rep UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

type Rep UpdateApplicationVersion = D1 ('MetaData "UpdateApplicationVersion" "Network.AWS.ElasticBeanstalk.UpdateApplicationVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateApplicationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationVersion

newUpdateApplicationVersion Source #

Create a value of UpdateApplicationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:UpdateApplicationVersion', updateApplicationVersion_description - A new description for this version.

$sel:applicationName:UpdateApplicationVersion', updateApplicationVersion_applicationName - The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

$sel:versionLabel:UpdateApplicationVersion', updateApplicationVersion_versionLabel - The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

data ApplicationVersionDescriptionMessage Source #

Result message wrapping a single description of an application version.

See: newApplicationVersionDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Read ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Show ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Generic ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

NFData ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Hashable ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

FromXML ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage = D1 ('MetaData "ApplicationVersionDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationVersionDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionDescription))))

newApplicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #

Create a value of ApplicationVersionDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationVersion:ApplicationVersionDescriptionMessage', applicationVersionDescriptionMessage_applicationVersion - The ApplicationVersionDescription of the application version.

DeleteApplicationVersion

data DeleteApplicationVersion Source #

Request to delete an application version.

See: newDeleteApplicationVersion smart constructor.

Instances

Instances details
Eq DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Read DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Show DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Generic DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Associated Types

type Rep DeleteApplicationVersion :: Type -> Type #

NFData DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Hashable DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

AWSRequest DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

ToHeaders DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

ToPath DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

ToQuery DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

type Rep DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

type Rep DeleteApplicationVersion = D1 ('MetaData "DeleteApplicationVersion" "Network.AWS.ElasticBeanstalk.DeleteApplicationVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteApplicationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteSourceBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteApplicationVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

newDeleteApplicationVersion Source #

Create a value of DeleteApplicationVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteSourceBundle:DeleteApplicationVersion', deleteApplicationVersion_deleteSourceBundle - Set to true to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.

$sel:applicationName:DeleteApplicationVersion', deleteApplicationVersion_applicationName - The name of the application to which the version belongs.

$sel:versionLabel:DeleteApplicationVersion', deleteApplicationVersion_versionLabel - The label of the version to delete.

data DeleteApplicationVersionResponse Source #

See: newDeleteApplicationVersionResponse smart constructor.

Instances

Instances details
Eq DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Read DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Show DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Generic DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Associated Types

type Rep DeleteApplicationVersionResponse :: Type -> Type #

NFData DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

type Rep DeleteApplicationVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

type Rep DeleteApplicationVersionResponse = D1 ('MetaData "DeleteApplicationVersionResponse" "Network.AWS.ElasticBeanstalk.DeleteApplicationVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteApplicationVersionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApplicationVersionResponse :: DeleteApplicationVersionResponse Source #

Create a value of DeleteApplicationVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

CheckDNSAvailability

data CheckDNSAvailability Source #

Results message indicating whether a CNAME is available.

See: newCheckDNSAvailability smart constructor.

Instances

Instances details
Eq CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Read CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Show CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Generic CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Associated Types

type Rep CheckDNSAvailability :: Type -> Type #

NFData CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Methods

rnf :: CheckDNSAvailability -> () #

Hashable CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

AWSRequest CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Associated Types

type AWSResponse CheckDNSAvailability #

ToHeaders CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

ToPath CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

ToQuery CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

type Rep CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

type Rep CheckDNSAvailability = D1 ('MetaData "CheckDNSAvailability" "Network.AWS.ElasticBeanstalk.CheckDNSAvailability" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CheckDNSAvailability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cNAMEPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CheckDNSAvailability Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

newCheckDNSAvailability Source #

Create a value of CheckDNSAvailability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cNAMEPrefix:CheckDNSAvailability', checkDNSAvailability_cNAMEPrefix - The prefix used when this CNAME is reserved.

data CheckDNSAvailabilityResponse Source #

Indicates if the specified CNAME is available.

See: newCheckDNSAvailabilityResponse smart constructor.

Instances

Instances details
Eq CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Read CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Show CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Generic CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Associated Types

type Rep CheckDNSAvailabilityResponse :: Type -> Type #

NFData CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

type Rep CheckDNSAvailabilityResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CheckDNSAvailability

type Rep CheckDNSAvailabilityResponse = D1 ('MetaData "CheckDNSAvailabilityResponse" "Network.AWS.ElasticBeanstalk.CheckDNSAvailability" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CheckDNSAvailabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "available") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "fullyQualifiedCNAME") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCheckDNSAvailabilityResponse Source #

Create a value of CheckDNSAvailabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:available:CheckDNSAvailabilityResponse', checkDNSAvailabilityResponse_available - Indicates if the specified CNAME is available:

  • true : The CNAME is available.
  • false : The CNAME is not available.

$sel:fullyQualifiedCNAME:CheckDNSAvailabilityResponse', checkDNSAvailabilityResponse_fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

$sel:httpStatus:CheckDNSAvailabilityResponse', checkDNSAvailabilityResponse_httpStatus - The response's http status code.

ComposeEnvironments

data ComposeEnvironments Source #

Request to create or update a group of environments.

See: newComposeEnvironments smart constructor.

Instances

Instances details
Eq ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Read ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Show ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Generic ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Associated Types

type Rep ComposeEnvironments :: Type -> Type #

NFData ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Methods

rnf :: ComposeEnvironments -> () #

Hashable ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

AWSRequest ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

Associated Types

type AWSResponse ComposeEnvironments #

ToHeaders ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

ToPath ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

ToQuery ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

type Rep ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

type Rep ComposeEnvironments = D1 ('MetaData "ComposeEnvironments" "Network.AWS.ElasticBeanstalk.ComposeEnvironments" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ComposeEnvironments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "versionLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ComposeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ComposeEnvironments

newComposeEnvironments :: ComposeEnvironments Source #

Create a value of ComposeEnvironments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groupName:ComposeEnvironments', composeEnvironments_groupName - The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.

$sel:versionLabels:ComposeEnvironments', composeEnvironments_versionLabels - A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.

$sel:applicationName:ComposeEnvironments', composeEnvironments_applicationName - The name of the application to which the specified source bundles belong.

data EnvironmentDescriptionsMessage Source #

Result message containing a list of environment descriptions.

See: newEnvironmentDescriptionsMessage smart constructor.

Instances

Instances details
Eq EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Read EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Show EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Generic EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Associated Types

type Rep EnvironmentDescriptionsMessage :: Type -> Type #

NFData EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Hashable EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

FromXML EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage = D1 ('MetaData "EnvironmentDescriptionsMessage" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescriptionsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentDescription]))))

newEnvironmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source #

Create a value of EnvironmentDescriptionsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

$sel:environments:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_environments - Returns an EnvironmentDescription list.

CreateApplication

data CreateApplication Source #

Request to create an application.

See: newCreateApplication smart constructor.

Instances

Instances details
Eq CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Associated Types

type AWSResponse CreateApplication #

ToHeaders CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Network.AWS.ElasticBeanstalk.CreateApplication" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "resourceLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationResourceLifecycleConfig))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

newCreateApplication Source #

Create a value of CreateApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateApplication', createApplication_tags - Specifies the tags applied to the application.

Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.

$sel:resourceLifecycleConfig:CreateApplication', createApplication_resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.

$sel:description:CreateApplication', createApplication_description - Your description of the application.

$sel:applicationName:CreateApplication', createApplication_applicationName - The name of the application. Must be unique within your account.

data ApplicationDescriptionMessage Source #

Result message containing a single description of an application.

See: newApplicationDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Read ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Show ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Generic ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Associated Types

type Rep ApplicationDescriptionMessage :: Type -> Type #

NFData ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Hashable ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

FromXML ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage = D1 ('MetaData "ApplicationDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationDescription))))

newApplicationDescriptionMessage :: ApplicationDescriptionMessage Source #

Create a value of ApplicationDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:ApplicationDescriptionMessage', applicationDescriptionMessage_application - The ApplicationDescription of the application.

DescribeAccountAttributes

data DescribeAccountAttributes Source #

See: newDescribeAccountAttributes smart constructor.

Instances

Instances details
Eq DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Read DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Show DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Generic DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributes :: Type -> Type #

NFData DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Hashable DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

AWSRequest DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

ToHeaders DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

ToPath DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

ToQuery DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

type Rep DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

type Rep DescribeAccountAttributes = D1 ('MetaData "DescribeAccountAttributes" "Network.AWS.ElasticBeanstalk.DescribeAccountAttributes" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeAccountAttributes'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DescribeAccountAttributes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

newDescribeAccountAttributes :: DescribeAccountAttributes Source #

Create a value of DescribeAccountAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DescribeAccountAttributesResponse Source #

See: newDescribeAccountAttributesResponse smart constructor.

Instances

Instances details
Eq DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Read DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Show DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Generic DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributesResponse :: Type -> Type #

NFData DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse = D1 ('MetaData "DescribeAccountAttributesResponse" "Network.AWS.ElasticBeanstalk.DescribeAccountAttributes" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeAccountAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuotas)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAccountAttributesResponse Source #

Create a value of DescribeAccountAttributesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceQuotas:DescribeAccountAttributesResponse', describeAccountAttributesResponse_resourceQuotas - The Elastic Beanstalk resource quotas associated with the calling AWS account.

$sel:httpStatus:DescribeAccountAttributesResponse', describeAccountAttributesResponse_httpStatus - The response's http status code.

ValidateConfigurationSettings

data ValidateConfigurationSettings Source #

A list of validation messages for a specified configuration template.

See: newValidateConfigurationSettings smart constructor.

Instances

Instances details
Eq ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Read ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Show ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Generic ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Associated Types

type Rep ValidateConfigurationSettings :: Type -> Type #

NFData ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Hashable ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

AWSRequest ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

ToHeaders ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

ToPath ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

ToQuery ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

type Rep ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

type Rep ValidateConfigurationSettings = D1 ('MetaData "ValidateConfigurationSettings" "Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ValidateConfigurationSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConfigurationOptionSetting]))))
type AWSResponse ValidateConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

newValidateConfigurationSettings Source #

Create a value of ValidateConfigurationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:ValidateConfigurationSettings', validateConfigurationSettings_templateName - The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

$sel:environmentName:ValidateConfigurationSettings', validateConfigurationSettings_environmentName - The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

$sel:applicationName:ValidateConfigurationSettings', validateConfigurationSettings_applicationName - The name of the application that the configuration template or environment belongs to.

$sel:optionSettings:ValidateConfigurationSettings', validateConfigurationSettings_optionSettings - A list of the options and desired values to evaluate.

data ValidateConfigurationSettingsResponse Source #

Provides a list of validation messages.

See: newValidateConfigurationSettingsResponse smart constructor.

Instances

Instances details
Eq ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Read ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Show ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Generic ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

NFData ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

type Rep ValidateConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

type Rep ValidateConfigurationSettingsResponse = D1 ('MetaData "ValidateConfigurationSettingsResponse" "Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ValidateConfigurationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationMessage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newValidateConfigurationSettingsResponse Source #

Create a value of ValidateConfigurationSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:messages:ValidateConfigurationSettingsResponse', validateConfigurationSettingsResponse_messages - A list of ValidationMessage.

$sel:httpStatus:ValidateConfigurationSettingsResponse', validateConfigurationSettingsResponse_httpStatus - The response's http status code.

DescribeEnvironmentManagedActions

data DescribeEnvironmentManagedActions Source #

Request to list an environment's upcoming and in-progress managed actions.

See: newDescribeEnvironmentManagedActions smart constructor.

Instances

Instances details
Eq DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Read DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Show DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Generic DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Associated Types

type Rep DescribeEnvironmentManagedActions :: Type -> Type #

NFData DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Hashable DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

AWSRequest DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

ToHeaders DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

ToPath DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

ToQuery DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

type Rep DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

type Rep DescribeEnvironmentManagedActions = D1 ('MetaData "DescribeEnvironmentManagedActions" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentManagedActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse DescribeEnvironmentManagedActions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

newDescribeEnvironmentManagedActions :: DescribeEnvironmentManagedActions Source #

Create a value of DescribeEnvironmentManagedActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DescribeEnvironmentManagedActions', describeEnvironmentManagedActions_status - To show only actions with a particular status, specify a status.

$sel:environmentId:DescribeEnvironmentManagedActions', describeEnvironmentManagedActions_environmentId - The environment ID of the target environment.

$sel:environmentName:DescribeEnvironmentManagedActions', describeEnvironmentManagedActions_environmentName - The name of the target environment.

data DescribeEnvironmentManagedActionsResponse Source #

The result message containing a list of managed actions.

See: newDescribeEnvironmentManagedActionsResponse smart constructor.

Instances

Instances details
Eq DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Read DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Show DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

Generic DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

NFData DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

type Rep DescribeEnvironmentManagedActionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions

type Rep DescribeEnvironmentManagedActionsResponse = D1 ('MetaData "DescribeEnvironmentManagedActionsResponse" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentManagedActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "managedActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ManagedAction))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEnvironmentManagedActionsResponse Source #

Create a value of DescribeEnvironmentManagedActionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:managedActions:DescribeEnvironmentManagedActionsResponse', describeEnvironmentManagedActionsResponse_managedActions - A list of upcoming and in-progress managed actions.

$sel:httpStatus:DescribeEnvironmentManagedActionsResponse', describeEnvironmentManagedActionsResponse_httpStatus - The response's http status code.

CreateStorageLocation

data CreateStorageLocation Source #

See: newCreateStorageLocation smart constructor.

Instances

Instances details
Eq CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Read CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Show CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Generic CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Associated Types

type Rep CreateStorageLocation :: Type -> Type #

NFData CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Methods

rnf :: CreateStorageLocation -> () #

Hashable CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

AWSRequest CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Associated Types

type AWSResponse CreateStorageLocation #

ToHeaders CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

ToPath CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

ToQuery CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

type Rep CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

type Rep CreateStorageLocation = D1 ('MetaData "CreateStorageLocation" "Network.AWS.ElasticBeanstalk.CreateStorageLocation" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateStorageLocation'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse CreateStorageLocation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

newCreateStorageLocation :: CreateStorageLocation Source #

Create a value of CreateStorageLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data CreateStorageLocationResponse Source #

Results of a CreateStorageLocationResult call.

See: newCreateStorageLocationResponse smart constructor.

Instances

Instances details
Eq CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Read CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Show CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Generic CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

Associated Types

type Rep CreateStorageLocationResponse :: Type -> Type #

NFData CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

type Rep CreateStorageLocationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateStorageLocation

type Rep CreateStorageLocationResponse = D1 ('MetaData "CreateStorageLocationResponse" "Network.AWS.ElasticBeanstalk.CreateStorageLocation" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CreateStorageLocationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStorageLocationResponse Source #

Create a value of CreateStorageLocationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Bucket:CreateStorageLocationResponse', createStorageLocationResponse_s3Bucket - The name of the Amazon S3 bucket created.

$sel:httpStatus:CreateStorageLocationResponse', createStorageLocationResponse_httpStatus - The response's http status code.

DescribeConfigurationSettings

data DescribeConfigurationSettings Source #

Result message containing all of the configuration settings for a specified solution stack or configuration template.

See: newDescribeConfigurationSettings smart constructor.

Instances

Instances details
Eq DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Read DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Show DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Generic DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Associated Types

type Rep DescribeConfigurationSettings :: Type -> Type #

NFData DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Hashable DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

AWSRequest DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

ToHeaders DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

ToPath DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

ToQuery DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

type Rep DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

type Rep DescribeConfigurationSettings = D1 ('MetaData "DescribeConfigurationSettings" "Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeConfigurationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeConfigurationSettings Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

newDescribeConfigurationSettings Source #

Create a value of DescribeConfigurationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:DescribeConfigurationSettings', describeConfigurationSettings_templateName - The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

$sel:environmentName:DescribeConfigurationSettings', describeConfigurationSettings_environmentName - The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:applicationName:DescribeConfigurationSettings', describeConfigurationSettings_applicationName - The application for the environment or configuration template.

data DescribeConfigurationSettingsResponse Source #

The results from a request to change the configuration settings of an environment.

See: newDescribeConfigurationSettingsResponse smart constructor.

Instances

Instances details
Eq DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Read DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Show DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Generic DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

NFData DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

type Rep DescribeConfigurationSettingsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

type Rep DescribeConfigurationSettingsResponse = D1 ('MetaData "DescribeConfigurationSettingsResponse" "Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeConfigurationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationSettingsDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeConfigurationSettingsResponse Source #

Create a value of DescribeConfigurationSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurationSettings:DescribeConfigurationSettingsResponse', describeConfigurationSettingsResponse_configurationSettings - A list of ConfigurationSettingsDescription.

$sel:httpStatus:DescribeConfigurationSettingsResponse', describeConfigurationSettingsResponse_httpStatus - The response's http status code.

RetrieveEnvironmentInfo

data RetrieveEnvironmentInfo Source #

Request to download logs retrieved with RequestEnvironmentInfo.

See: newRetrieveEnvironmentInfo smart constructor.

Instances

Instances details
Eq RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Read RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Show RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Generic RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Associated Types

type Rep RetrieveEnvironmentInfo :: Type -> Type #

NFData RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Methods

rnf :: RetrieveEnvironmentInfo -> () #

Hashable RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

AWSRequest RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

ToHeaders RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

ToPath RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

ToQuery RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

type Rep RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

type Rep RetrieveEnvironmentInfo = D1 ('MetaData "RetrieveEnvironmentInfo" "Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RetrieveEnvironmentInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "infoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentInfoType))))
type AWSResponse RetrieveEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

newRetrieveEnvironmentInfo Source #

Create a value of RetrieveEnvironmentInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:RetrieveEnvironmentInfo', retrieveEnvironmentInfo_environmentId - The ID of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:environmentName:RetrieveEnvironmentInfo', retrieveEnvironmentInfo_environmentName - The name of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:infoType:RetrieveEnvironmentInfo', retrieveEnvironmentInfo_infoType - The type of information to retrieve.

data RetrieveEnvironmentInfoResponse Source #

Result message containing a description of the requested environment info.

See: newRetrieveEnvironmentInfoResponse smart constructor.

Instances

Instances details
Eq RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Read RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Show RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Generic RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

Associated Types

type Rep RetrieveEnvironmentInfoResponse :: Type -> Type #

NFData RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

type Rep RetrieveEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo

type Rep RetrieveEnvironmentInfoResponse = D1 ('MetaData "RetrieveEnvironmentInfoResponse" "Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RetrieveEnvironmentInfoResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentInfoDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRetrieveEnvironmentInfoResponse Source #

Create a value of RetrieveEnvironmentInfoResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentInfo:RetrieveEnvironmentInfoResponse', retrieveEnvironmentInfoResponse_environmentInfo - The EnvironmentInfoDescription of the environment.

$sel:httpStatus:RetrieveEnvironmentInfoResponse', retrieveEnvironmentInfoResponse_httpStatus - The response's http status code.

DescribeConfigurationOptions

data DescribeConfigurationOptions Source #

Result message containing a list of application version descriptions.

See: newDescribeConfigurationOptions smart constructor.

Instances

Instances details
Eq DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Read DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Show DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Generic DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Associated Types

type Rep DescribeConfigurationOptions :: Type -> Type #

NFData DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Hashable DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

AWSRequest DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

ToHeaders DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

ToPath DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

ToQuery DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

type Rep DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

type Rep DescribeConfigurationOptions = D1 ('MetaData "DescribeConfigurationOptions" "Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeConfigurationOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionSpecification])) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse DescribeConfigurationOptions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

newDescribeConfigurationOptions :: DescribeConfigurationOptions Source #

Create a value of DescribeConfigurationOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:DescribeConfigurationOptions', describeConfigurationOptions_templateName - The name of the configuration template whose configuration options you want to describe.

$sel:options:DescribeConfigurationOptions', describeConfigurationOptions_options - If specified, restricts the descriptions to only the specified options.

$sel:solutionStackName:DescribeConfigurationOptions', describeConfigurationOptions_solutionStackName - The name of the solution stack whose configuration options you want to describe.

$sel:platformArn:DescribeConfigurationOptions', describeConfigurationOptions_platformArn - The ARN of the custom platform.

$sel:environmentName:DescribeConfigurationOptions', describeConfigurationOptions_environmentName - The name of the environment whose configuration options you want to describe.

$sel:applicationName:DescribeConfigurationOptions', describeConfigurationOptions_applicationName - The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

data DescribeConfigurationOptionsResponse Source #

Describes the settings for a specified configuration set.

See: newDescribeConfigurationOptionsResponse smart constructor.

Instances

Instances details
Eq DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Read DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Show DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Generic DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

NFData DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

type Rep DescribeConfigurationOptionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

type Rep DescribeConfigurationOptionsResponse = D1 ('MetaData "DescribeConfigurationOptionsResponse" "Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeConfigurationOptionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionDescription])) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConfigurationOptionsResponse Source #

Create a value of DescribeConfigurationOptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:DescribeConfigurationOptions', describeConfigurationOptionsResponse_options - A list of ConfigurationOptionDescription.

$sel:solutionStackName:DescribeConfigurationOptions', describeConfigurationOptionsResponse_solutionStackName - The name of the solution stack these configuration options belong to.

$sel:platformArn:DescribeConfigurationOptions', describeConfigurationOptionsResponse_platformArn - The ARN of the platform version.

$sel:httpStatus:DescribeConfigurationOptionsResponse', describeConfigurationOptionsResponse_httpStatus - The response's http status code.

DescribeEvents (Paginated)

data DescribeEvents Source #

Request to retrieve a list of events for an environment.

See: newDescribeEvents smart constructor.

Instances

Instances details
Eq DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Read DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Show DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Generic DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Associated Types

type Rep DescribeEvents :: Type -> Type #

NFData DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Methods

rnf :: DescribeEvents -> () #

Hashable DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

AWSPager DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

AWSRequest DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Associated Types

type AWSResponse DescribeEvents #

ToHeaders DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

ToPath DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

ToQuery DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

type Rep DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

type Rep DescribeEvents = D1 ('MetaData "DescribeEvents" "Network.AWS.ElasticBeanstalk.DescribeEvents" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEvents'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSeverity)))) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))
type AWSResponse DescribeEvents Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

newDescribeEvents :: DescribeEvents Source #

Create a value of DescribeEvents with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:DescribeEvents', describeEvents_templateName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

$sel:nextToken:DescribeEvents', describeEvents_nextToken - Pagination token. If specified, the events return the next batch of results.

$sel:severity:DescribeEvents', describeEvents_severity - If specified, limits the events returned from this call to include only those with the specified severity or higher.

$sel:environmentId:DescribeEvents', describeEvents_environmentId - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

$sel:startTime:DescribeEvents', describeEvents_startTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

$sel:platformArn:DescribeEvents', describeEvents_platformArn - The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.

$sel:endTime:DescribeEvents', describeEvents_endTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.

$sel:environmentName:DescribeEvents', describeEvents_environmentName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

$sel:versionLabel:DescribeEvents', describeEvents_versionLabel - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

$sel:requestId:DescribeEvents', describeEvents_requestId - If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

$sel:applicationName:DescribeEvents', describeEvents_applicationName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

$sel:maxRecords:DescribeEvents', describeEvents_maxRecords - Specifies the maximum number of events that can be returned, beginning with the most recent event.

data DescribeEventsResponse Source #

Result message wrapping a list of event descriptions.

See: newDescribeEventsResponse smart constructor.

Instances

Instances details
Eq DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Read DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Show DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Generic DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Associated Types

type Rep DescribeEventsResponse :: Type -> Type #

NFData DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

Methods

rnf :: DescribeEventsResponse -> () #

type Rep DescribeEventsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEvents

type Rep DescribeEventsResponse = D1 ('MetaData "DescribeEventsResponse" "Network.AWS.ElasticBeanstalk.DescribeEvents" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventsResponse Source #

Create a value of DescribeEventsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeEvents', describeEventsResponse_nextToken - If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.

$sel:events:DescribeEventsResponse', describeEventsResponse_events - A list of EventDescription.

$sel:httpStatus:DescribeEventsResponse', describeEventsResponse_httpStatus - The response's http status code.

RequestEnvironmentInfo

data RequestEnvironmentInfo Source #

Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.

See: newRequestEnvironmentInfo smart constructor.

Instances

Instances details
Eq RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Read RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Show RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Generic RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Associated Types

type Rep RequestEnvironmentInfo :: Type -> Type #

NFData RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Methods

rnf :: RequestEnvironmentInfo -> () #

Hashable RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

AWSRequest RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Associated Types

type AWSResponse RequestEnvironmentInfo #

ToHeaders RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

ToPath RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

ToQuery RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

type Rep RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

type Rep RequestEnvironmentInfo = D1 ('MetaData "RequestEnvironmentInfo" "Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RequestEnvironmentInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "infoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentInfoType))))
type AWSResponse RequestEnvironmentInfo Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

newRequestEnvironmentInfo Source #

Create a value of RequestEnvironmentInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:RequestEnvironmentInfo', requestEnvironmentInfo_environmentId - The ID of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:environmentName:RequestEnvironmentInfo', requestEnvironmentInfo_environmentName - The name of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:infoType:RequestEnvironmentInfo', requestEnvironmentInfo_infoType - The type of information to request.

data RequestEnvironmentInfoResponse Source #

See: newRequestEnvironmentInfoResponse smart constructor.

Instances

Instances details
Eq RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Read RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Show RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Generic RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

Associated Types

type Rep RequestEnvironmentInfoResponse :: Type -> Type #

NFData RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

type Rep RequestEnvironmentInfoResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo

type Rep RequestEnvironmentInfoResponse = D1 ('MetaData "RequestEnvironmentInfoResponse" "Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RequestEnvironmentInfoResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRequestEnvironmentInfoResponse :: RequestEnvironmentInfoResponse Source #

Create a value of RequestEnvironmentInfoResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ApplyEnvironmentManagedAction

data ApplyEnvironmentManagedAction Source #

Request to execute a scheduled managed action immediately.

See: newApplyEnvironmentManagedAction smart constructor.

Instances

Instances details
Eq ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Read ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Associated Types

type Rep ApplyEnvironmentManagedAction :: Type -> Type #

NFData ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Hashable ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

AWSRequest ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToHeaders ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToPath ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToQuery ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedAction = D1 ('MetaData "ApplyEnvironmentManagedAction" "Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplyEnvironmentManagedAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

newApplyEnvironmentManagedAction Source #

Create a value of ApplyEnvironmentManagedAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_environmentId - The environment ID of the target environment.

$sel:environmentName:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_environmentName - The name of the target environment.

$sel:actionId:ApplyEnvironmentManagedAction', applyEnvironmentManagedAction_actionId - The action ID of the scheduled managed action to execute.

data ApplyEnvironmentManagedActionResponse Source #

The result message containing information about the managed action.

See: newApplyEnvironmentManagedActionResponse smart constructor.

Instances

Instances details
Eq ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Read ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

NFData ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse = D1 ('MetaData "ApplyEnvironmentManagedActionResponse" "Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplyEnvironmentManagedActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType))) :*: (S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

UpdateApplicationResourceLifecycle

data UpdateApplicationResourceLifecycle Source #

Instances

Instances details
Eq UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Read UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Show UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Generic UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Associated Types

type Rep UpdateApplicationResourceLifecycle :: Type -> Type #

NFData UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Hashable UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

AWSRequest UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

ToHeaders UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

ToPath UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

ToQuery UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

type Rep UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

type Rep UpdateApplicationResourceLifecycle = D1 ('MetaData "UpdateApplicationResourceLifecycle" "Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateApplicationResourceLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationResourceLifecycleConfig)))
type AWSResponse UpdateApplicationResourceLifecycle Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

data UpdateApplicationResourceLifecycleResponse Source #

Instances

Instances details
Eq UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Read UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Show UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

Generic UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

NFData UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

type Rep UpdateApplicationResourceLifecycleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle

type Rep UpdateApplicationResourceLifecycleResponse = D1 ('MetaData "UpdateApplicationResourceLifecycleResponse" "Network.AWS.ElasticBeanstalk.UpdateApplicationResourceLifecycle" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateApplicationResourceLifecycleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationResourceLifecycleConfig)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

RebuildEnvironment

data RebuildEnvironment Source #

See: newRebuildEnvironment smart constructor.

Instances

Instances details
Eq RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Read RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Show RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Generic RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Associated Types

type Rep RebuildEnvironment :: Type -> Type #

NFData RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Methods

rnf :: RebuildEnvironment -> () #

Hashable RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

AWSRequest RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Associated Types

type AWSResponse RebuildEnvironment #

ToHeaders RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

ToPath RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

ToQuery RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

type Rep RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

type Rep RebuildEnvironment = D1 ('MetaData "RebuildEnvironment" "Network.AWS.ElasticBeanstalk.RebuildEnvironment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RebuildEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse RebuildEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

newRebuildEnvironment :: RebuildEnvironment Source #

Create a value of RebuildEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:RebuildEnvironment', rebuildEnvironment_environmentId - The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:environmentName:RebuildEnvironment', rebuildEnvironment_environmentName - The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

data RebuildEnvironmentResponse Source #

See: newRebuildEnvironmentResponse smart constructor.

Instances

Instances details
Eq RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Read RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Show RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Generic RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

Associated Types

type Rep RebuildEnvironmentResponse :: Type -> Type #

NFData RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

type Rep RebuildEnvironmentResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RebuildEnvironment

type Rep RebuildEnvironmentResponse = D1 ('MetaData "RebuildEnvironmentResponse" "Network.AWS.ElasticBeanstalk.RebuildEnvironment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RebuildEnvironmentResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRebuildEnvironmentResponse :: RebuildEnvironmentResponse Source #

Create a value of RebuildEnvironmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteEnvironmentConfiguration

data DeleteEnvironmentConfiguration Source #

Request to delete a draft environment configuration.

See: newDeleteEnvironmentConfiguration smart constructor.

Instances

Instances details
Eq DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Read DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rep DeleteEnvironmentConfiguration :: Type -> Type #

NFData DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Hashable DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

AWSRequest DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToHeaders DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToPath DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToQuery DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration = D1 ('MetaData "DeleteEnvironmentConfiguration" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteEnvironmentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

newDeleteEnvironmentConfiguration Source #

Create a value of DeleteEnvironmentConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:DeleteEnvironmentConfiguration', deleteEnvironmentConfiguration_applicationName - The name of the application the environment is associated with.

$sel:environmentName:DeleteEnvironmentConfiguration', deleteEnvironmentConfiguration_environmentName - The name of the environment to delete the draft configuration from.

data DeleteEnvironmentConfigurationResponse Source #

Instances

Instances details
Eq DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Read DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

NFData DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse = D1 ('MetaData "DeleteEnvironmentConfigurationResponse" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteEnvironmentConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEnvironmentConfigurationResponse :: DeleteEnvironmentConfigurationResponse Source #

Create a value of DeleteEnvironmentConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeletePlatformVersion

data DeletePlatformVersion Source #

See: newDeletePlatformVersion smart constructor.

Instances

Instances details
Eq DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Read DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersion :: Type -> Type #

NFData DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Methods

rnf :: DeletePlatformVersion -> () #

Hashable DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

AWSRequest DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type AWSResponse DeletePlatformVersion #

ToHeaders DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

ToPath DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

ToQuery DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersion = D1 ('MetaData "DeletePlatformVersion" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeletePlatformVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeletePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

newDeletePlatformVersion :: DeletePlatformVersion Source #

Create a value of DeletePlatformVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:platformArn:DeletePlatformVersion', deletePlatformVersion_platformArn - The ARN of the version of the custom platform.

data DeletePlatformVersionResponse Source #

See: newDeletePlatformVersionResponse smart constructor.

Instances

Instances details
Eq DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Read DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersionResponse :: Type -> Type #

NFData DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse = D1 ('MetaData "DeletePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.DeletePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeletePlatformVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePlatformVersionResponse Source #

Create a value of DeletePlatformVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:platformSummary:DeletePlatformVersionResponse', deletePlatformVersionResponse_platformSummary - Detailed information about the version of the custom platform.

$sel:httpStatus:DeletePlatformVersionResponse', deletePlatformVersionResponse_httpStatus - The response's http status code.

UpdateEnvironment

data UpdateEnvironment Source #

Request to update an environment.

See: newUpdateEnvironment smart constructor.

Instances

Instances details
Eq UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Read UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Show UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Generic UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Associated Types

type Rep UpdateEnvironment :: Type -> Type #

NFData UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Methods

rnf :: UpdateEnvironment -> () #

Hashable UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

AWSRequest UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

Associated Types

type AWSResponse UpdateEnvironment #

ToHeaders UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

ToPath UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

ToQuery UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

type Rep UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

type Rep UpdateEnvironment = D1 ('MetaData "UpdateEnvironment" "Network.AWS.ElasticBeanstalk.UpdateEnvironment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateEnvironment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionSpecification])) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)))))))
type AWSResponse UpdateEnvironment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateEnvironment

newUpdateEnvironment :: UpdateEnvironment Source #

Create a value of UpdateEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:UpdateEnvironment', updateEnvironment_templateName - If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If no such configuration template is found, AWS Elastic Beanstalk returns an InvalidParameterValue error.

$sel:environmentId:UpdateEnvironment', updateEnvironment_environmentId - The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:solutionStackName:UpdateEnvironment', updateEnvironment_solutionStackName - This specifies the platform version that the environment will run after the environment is updated.

$sel:groupName:UpdateEnvironment', updateEnvironment_groupName - The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name or environment ID parameters. See Environment Manifest (env.yaml) for details.

$sel:optionsToRemove:UpdateEnvironment', updateEnvironment_optionsToRemove - A list of custom user-defined configuration options to remove from the configuration set for this environment.

$sel:platformArn:UpdateEnvironment', updateEnvironment_platformArn - The ARN of the platform, if used.

$sel:environmentName:UpdateEnvironment', updateEnvironment_environmentName - The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:versionLabel:UpdateEnvironment', updateEnvironment_versionLabel - If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. If no such application version is found, returns an InvalidParameterValue error.

$sel:optionSettings:UpdateEnvironment', updateEnvironment_optionSettings - If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

$sel:description:UpdateEnvironment', updateEnvironment_description - If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.

$sel:applicationName:UpdateEnvironment', updateEnvironment_applicationName - The name of the application with which the environment is associated.

$sel:tier:UpdateEnvironment', updateEnvironment_tier - This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.

data EnvironmentDescription Source #

Describes the properties of an environment.

See: newEnvironmentDescription smart constructor.

Instances

Instances details
Eq EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Read EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Show EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Generic EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Associated Types

type Rep EnvironmentDescription :: Type -> Type #

NFData EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Methods

rnf :: EnvironmentDescription -> () #

Hashable EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

FromXML EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription = D1 ('MetaData "EnvironmentDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abortableOperationInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentStatus)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "environmentLinks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLink]))))) :*: ((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth)))))) :*: (((S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourcesDescription)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpointURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealthStatus)) :*: S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)) :*: S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newEnvironmentDescription :: EnvironmentDescription Source #

Create a value of EnvironmentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:abortableOperationInProgress:EnvironmentDescription', environmentDescription_abortableOperationInProgress - Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

$sel:templateName:EnvironmentDescription', environmentDescription_templateName - The name of the configuration template used to originally launch this environment.

$sel:status:EnvironmentDescription', environmentDescription_status - The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

$sel:dateCreated:EnvironmentDescription', environmentDescription_dateCreated - The creation date for this environment.

$sel:environmentLinks:EnvironmentDescription', environmentDescription_environmentLinks - A list of links to other environments in the same group.

$sel:environmentId:EnvironmentDescription', environmentDescription_environmentId - The ID of this environment.

$sel:solutionStackName:EnvironmentDescription', environmentDescription_solutionStackName - The name of the SolutionStack deployed with this environment.

$sel:platformArn:EnvironmentDescription', environmentDescription_platformArn - The ARN of the platform version.

$sel:environmentName:EnvironmentDescription', environmentDescription_environmentName - The name of this environment.

$sel:health:EnvironmentDescription', environmentDescription_health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

$sel:versionLabel:EnvironmentDescription', environmentDescription_versionLabel - The application version deployed in this environment.

$sel:cname:EnvironmentDescription', environmentDescription_cname - The URL to the CNAME for this environment.

$sel:dateUpdated:EnvironmentDescription', environmentDescription_dateUpdated - The last modified date for this environment.

$sel:resources:EnvironmentDescription', environmentDescription_resources - The description of the AWS resources used by this environment.

$sel:description:EnvironmentDescription', environmentDescription_description - Describes this environment.

$sel:endpointURL:EnvironmentDescription', environmentDescription_endpointURL - For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

$sel:healthStatus:EnvironmentDescription', environmentDescription_healthStatus - Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

$sel:environmentArn:EnvironmentDescription', environmentDescription_environmentArn - The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

$sel:applicationName:EnvironmentDescription', environmentDescription_applicationName - The name of the application associated with this environment.

$sel:tier:EnvironmentDescription', environmentDescription_tier - Describes the current tier of this environment.

$sel:operationsRole:EnvironmentDescription', environmentDescription_operationsRole - The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

UpdateTagsForResource

data UpdateTagsForResource Source #

See: newUpdateTagsForResource smart constructor.

Instances

Instances details
Eq UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Read UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Show UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Generic UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Associated Types

type Rep UpdateTagsForResource :: Type -> Type #

NFData UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Methods

rnf :: UpdateTagsForResource -> () #

Hashable UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

AWSRequest UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Associated Types

type AWSResponse UpdateTagsForResource #

ToHeaders UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

ToPath UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

ToQuery UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

type Rep UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

type Rep UpdateTagsForResource = D1 ('MetaData "UpdateTagsForResource" "Network.AWS.ElasticBeanstalk.UpdateTagsForResource" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tagsToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

newUpdateTagsForResource Source #

Create a value of UpdateTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagsToRemove:UpdateTagsForResource', updateTagsForResource_tagsToRemove - A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.

Specify at least one of these parameters: TagsToAdd, TagsToRemove.

$sel:tagsToAdd:UpdateTagsForResource', updateTagsForResource_tagsToAdd - A list of tags to add or update. If a key of an existing tag is added, the tag's value is updated.

Specify at least one of these parameters: TagsToAdd, TagsToRemove.

$sel:resourceArn:UpdateTagsForResource', updateTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resouce to be updated.

Must be the ARN of an Elastic Beanstalk resource.

data UpdateTagsForResourceResponse Source #

See: newUpdateTagsForResourceResponse smart constructor.

Instances

Instances details
Eq UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Read UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Show UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Generic UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

Associated Types

type Rep UpdateTagsForResourceResponse :: Type -> Type #

NFData UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

type Rep UpdateTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateTagsForResource

type Rep UpdateTagsForResourceResponse = D1 ('MetaData "UpdateTagsForResourceResponse" "Network.AWS.ElasticBeanstalk.UpdateTagsForResource" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateTagsForResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateTagsForResourceResponse :: UpdateTagsForResourceResponse Source #

Create a value of UpdateTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateConfigurationTemplate

data UpdateConfigurationTemplate Source #

The result message containing the options for the specified solution stack.

See: newUpdateConfigurationTemplate smart constructor.

Instances

Instances details
Eq UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

Read UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

Show UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

Generic UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

Associated Types

type Rep UpdateConfigurationTemplate :: Type -> Type #

NFData UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

Hashable UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

AWSRequest UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

ToHeaders UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

ToPath UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

ToQuery UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

type Rep UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

type Rep UpdateConfigurationTemplate = D1 ('MetaData "UpdateConfigurationTemplate" "Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateConfigurationTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "optionsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionSpecification])) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate

newUpdateConfigurationTemplate Source #

Create a value of UpdateConfigurationTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionsToRemove:UpdateConfigurationTemplate', updateConfigurationTemplate_optionsToRemove - A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

$sel:optionSettings:UpdateConfigurationTemplate', updateConfigurationTemplate_optionSettings - A list of configuration option settings to update with the new specified option value.

$sel:description:UpdateConfigurationTemplate', updateConfigurationTemplate_description - A new description for the configuration.

$sel:applicationName:UpdateConfigurationTemplate', updateConfigurationTemplate_applicationName - The name of the application associated with the configuration template to update.

If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

$sel:templateName:UpdateConfigurationTemplate', updateConfigurationTemplate_templateName - The name of the configuration template to update.

If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

data ConfigurationSettingsDescription Source #

Describes the settings for a configuration set.

See: newConfigurationSettingsDescription smart constructor.

Instances

Instances details
Eq ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Read ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Show ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Generic ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Associated Types

type Rep ConfigurationSettingsDescription :: Type -> Type #

NFData ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Hashable ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

FromXML ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription = D1 ('MetaData "ConfigurationSettingsDescription" "Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ConfigurationSettingsDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationDeploymentStatus)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newConfigurationSettingsDescription :: ConfigurationSettingsDescription Source #

Create a value of ConfigurationSettingsDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:ConfigurationSettingsDescription', configurationSettingsDescription_templateName - If not null, the name of the configuration template for this configuration set.

$sel:dateCreated:ConfigurationSettingsDescription', configurationSettingsDescription_dateCreated - The date (in UTC time) when this configuration set was created.

$sel:solutionStackName:ConfigurationSettingsDescription', configurationSettingsDescription_solutionStackName - The name of the solution stack this configuration set uses.

$sel:deploymentStatus:ConfigurationSettingsDescription', configurationSettingsDescription_deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

$sel:platformArn:ConfigurationSettingsDescription', configurationSettingsDescription_platformArn - The ARN of the platform version.

$sel:environmentName:ConfigurationSettingsDescription', configurationSettingsDescription_environmentName - If not null, the name of the environment for this configuration set.

$sel:dateUpdated:ConfigurationSettingsDescription', configurationSettingsDescription_dateUpdated - The date (in UTC time) when this configuration set was last modified.

$sel:optionSettings:ConfigurationSettingsDescription', configurationSettingsDescription_optionSettings - A list of the configuration options and their values in this configuration set.

$sel:description:ConfigurationSettingsDescription', configurationSettingsDescription_description - Describes this configuration set.

$sel:applicationName:ConfigurationSettingsDescription', configurationSettingsDescription_applicationName - The name of the application associated with this configuration set.

DescribeEnvironmentManagedActionHistory (Paginated)

data DescribeEnvironmentManagedActionHistory Source #

Request to list completed and failed managed actions.

See: newDescribeEnvironmentManagedActionHistory smart constructor.

Instances

Instances details
Eq DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Read DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Show DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Generic DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

NFData DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Hashable DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

AWSPager DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

AWSRequest DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

ToHeaders DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

ToPath DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

ToQuery DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

type Rep DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

type Rep DescribeEnvironmentManagedActionHistory = D1 ('MetaData "DescribeEnvironmentManagedActionHistory" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentManagedActionHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeEnvironmentManagedActionHistory Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

newDescribeEnvironmentManagedActionHistory :: DescribeEnvironmentManagedActionHistory Source #

Create a value of DescribeEnvironmentManagedActionHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeEnvironmentManagedActionHistory', describeEnvironmentManagedActionHistory_nextToken - The pagination token returned by a previous request.

$sel:environmentId:DescribeEnvironmentManagedActionHistory', describeEnvironmentManagedActionHistory_environmentId - The environment ID of the target environment.

$sel:environmentName:DescribeEnvironmentManagedActionHistory', describeEnvironmentManagedActionHistory_environmentName - The name of the target environment.

$sel:maxItems:DescribeEnvironmentManagedActionHistory', describeEnvironmentManagedActionHistory_maxItems - The maximum number of items to return for a single request.

data DescribeEnvironmentManagedActionHistoryResponse Source #

A result message containing a list of completed and failed managed actions.

See: newDescribeEnvironmentManagedActionHistoryResponse smart constructor.

Instances

Instances details
Eq DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Read DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Show DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

Generic DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

NFData DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

type Rep DescribeEnvironmentManagedActionHistoryResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory

type Rep DescribeEnvironmentManagedActionHistoryResponse = D1 ('MetaData "DescribeEnvironmentManagedActionHistoryResponse" "Network.AWS.ElasticBeanstalk.DescribeEnvironmentManagedActionHistory" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironmentManagedActionHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "managedActionHistoryItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ManagedActionHistoryItem))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEnvironmentManagedActionHistoryResponse Source #

Create a value of DescribeEnvironmentManagedActionHistoryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeEnvironmentManagedActionHistory', describeEnvironmentManagedActionHistoryResponse_nextToken - A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.

$sel:managedActionHistoryItems:DescribeEnvironmentManagedActionHistoryResponse', describeEnvironmentManagedActionHistoryResponse_managedActionHistoryItems - A list of completed and failed managed actions.

$sel:httpStatus:DescribeEnvironmentManagedActionHistoryResponse', describeEnvironmentManagedActionHistoryResponse_httpStatus - The response's http status code.

DeleteConfigurationTemplate

data DeleteConfigurationTemplate Source #

Request to delete a configuration template.

See: newDeleteConfigurationTemplate smart constructor.

Instances

Instances details
Eq DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Read DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Show DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Generic DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Associated Types

type Rep DeleteConfigurationTemplate :: Type -> Type #

NFData DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Hashable DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

AWSRequest DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

ToHeaders DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

ToPath DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

ToQuery DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplate = D1 ('MetaData "DeleteConfigurationTemplate" "Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteConfigurationTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConfigurationTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

newDeleteConfigurationTemplate Source #

Create a value of DeleteConfigurationTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:DeleteConfigurationTemplate', deleteConfigurationTemplate_applicationName - The name of the application to delete the configuration template from.

$sel:templateName:DeleteConfigurationTemplate', deleteConfigurationTemplate_templateName - The name of the configuration template to delete.

data DeleteConfigurationTemplateResponse Source #

Instances

Instances details
Eq DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Read DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Show DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

Generic DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

NFData DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate

type Rep DeleteConfigurationTemplateResponse = D1 ('MetaData "DeleteConfigurationTemplateResponse" "Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteConfigurationTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse Source #

Create a value of DeleteConfigurationTemplateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeApplicationVersions (Paginated)

data DescribeApplicationVersions Source #

Request to describe application versions.

See: newDescribeApplicationVersions smart constructor.

Instances

Instances details
Eq DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Read DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Show DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Generic DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Associated Types

type Rep DescribeApplicationVersions :: Type -> Type #

NFData DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Hashable DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

AWSPager DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

AWSRequest DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

ToHeaders DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

ToPath DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

ToQuery DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

type Rep DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

type Rep DescribeApplicationVersions = D1 ('MetaData "DescribeApplicationVersions" "Network.AWS.ElasticBeanstalk.DescribeApplicationVersions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeApplicationVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeApplicationVersions Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

newDescribeApplicationVersions :: DescribeApplicationVersions Source #

Create a value of DescribeApplicationVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeApplicationVersions', describeApplicationVersions_nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

$sel:versionLabels:DescribeApplicationVersions', describeApplicationVersions_versionLabels - Specify a version label to show a specific application version.

$sel:applicationName:DescribeApplicationVersions', describeApplicationVersions_applicationName - Specify an application name to show only application versions for that application.

$sel:maxRecords:DescribeApplicationVersions', describeApplicationVersions_maxRecords - For a paginated request. Specify a maximum number of application versions to include in each response.

If no MaxRecords is specified, all available application versions are retrieved in a single response.

data DescribeApplicationVersionsResponse Source #

Result message wrapping a list of application version descriptions.

See: newDescribeApplicationVersionsResponse smart constructor.

Instances

Instances details
Eq DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Read DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Show DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

Generic DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

NFData DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

type Rep DescribeApplicationVersionsResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeApplicationVersions

type Rep DescribeApplicationVersionsResponse = D1 ('MetaData "DescribeApplicationVersionsResponse" "Network.AWS.ElasticBeanstalk.DescribeApplicationVersions" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeApplicationVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationVersionDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeApplicationVersionsResponse Source #

Create a value of DescribeApplicationVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeApplicationVersions', describeApplicationVersionsResponse_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

$sel:applicationVersions:DescribeApplicationVersionsResponse', describeApplicationVersionsResponse_applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.

$sel:httpStatus:DescribeApplicationVersionsResponse', describeApplicationVersionsResponse_httpStatus - The response's http status code.

AbortEnvironmentUpdate

data AbortEnvironmentUpdate Source #

See: newAbortEnvironmentUpdate smart constructor.

Instances

Instances details
Eq AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Read AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdate :: Type -> Type #

NFData AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Methods

rnf :: AbortEnvironmentUpdate -> () #

Hashable AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

AWSRequest AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type AWSResponse AbortEnvironmentUpdate #

ToHeaders AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

ToPath AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

ToQuery AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdate = D1 ('MetaData "AbortEnvironmentUpdate" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AbortEnvironmentUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse AbortEnvironmentUpdate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

newAbortEnvironmentUpdate :: AbortEnvironmentUpdate Source #

Create a value of AbortEnvironmentUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:AbortEnvironmentUpdate', abortEnvironmentUpdate_environmentId - This specifies the ID of the environment with the in-progress update that you want to cancel.

$sel:environmentName:AbortEnvironmentUpdate', abortEnvironmentUpdate_environmentName - This specifies the name of the environment with the in-progress update that you want to cancel.

data AbortEnvironmentUpdateResponse Source #

See: newAbortEnvironmentUpdateResponse smart constructor.

Instances

Instances details
Eq AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Read AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdateResponse :: Type -> Type #

NFData AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdateResponse = D1 ('MetaData "AbortEnvironmentUpdateResponse" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AbortEnvironmentUpdateResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAbortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse Source #

Create a value of AbortEnvironmentUpdateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteApplication

data DeleteApplication Source #

Request to delete an application.

See: newDeleteApplication smart constructor.

Instances

Instances details
Eq DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

ToHeaders DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Network.AWS.ElasticBeanstalk.DeleteApplication" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "terminateEnvByForce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

newDeleteApplication Source #

Create a value of DeleteApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:terminateEnvByForce:DeleteApplication', deleteApplication_terminateEnvByForce - When set to true, running environments will be terminated before deleting the application.

$sel:applicationName:DeleteApplication', deleteApplication_applicationName - The name of the application to delete.

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Network.AWS.ElasticBeanstalk.DeleteApplication" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApplicationResponse :: DeleteApplicationResponse Source #

Create a value of DeleteApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeInstancesHealth

data DescribeInstancesHealth Source #

Parameters for a call to DescribeInstancesHealth.

See: newDescribeInstancesHealth smart constructor.

Instances

Instances details
Eq DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Read DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Show DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Generic DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Associated Types

type Rep DescribeInstancesHealth :: Type -> Type #

NFData DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Methods

rnf :: DescribeInstancesHealth -> () #

Hashable DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

AWSRequest DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

ToHeaders DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

ToPath DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

ToQuery DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

type Rep DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

type Rep DescribeInstancesHealth = D1 ('MetaData "DescribeInstancesHealth" "Network.AWS.ElasticBeanstalk.DescribeInstancesHealth" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeInstancesHealth'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstancesHealthAttribute])))))
type AWSResponse DescribeInstancesHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

newDescribeInstancesHealth :: DescribeInstancesHealth Source #

Create a value of DescribeInstancesHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeInstancesHealth', describeInstancesHealth_nextToken - Specify the pagination token returned by a previous call.

$sel:environmentId:DescribeInstancesHealth', describeInstancesHealth_environmentId - Specify the AWS Elastic Beanstalk environment by ID.

$sel:environmentName:DescribeInstancesHealth', describeInstancesHealth_environmentName - Specify the AWS Elastic Beanstalk environment by name.

$sel:attributeNames:DescribeInstancesHealth', describeInstancesHealth_attributeNames - Specifies the response elements you wish to receive. To retrieve all attributes, set to All. If no attribute names are specified, returns a list of instances.

data DescribeInstancesHealthResponse Source #

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

See: newDescribeInstancesHealthResponse smart constructor.

Instances

Instances details
Eq DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Read DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Show DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Generic DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

Associated Types

type Rep DescribeInstancesHealthResponse :: Type -> Type #

NFData DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

type Rep DescribeInstancesHealthResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeInstancesHealth

type Rep DescribeInstancesHealthResponse = D1 ('MetaData "DescribeInstancesHealthResponse" "Network.AWS.ElasticBeanstalk.DescribeInstancesHealth" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeInstancesHealthResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceHealthList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SingleInstanceHealth])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "refreshedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInstancesHealthResponse Source #

Create a value of DescribeInstancesHealthResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceHealthList:DescribeInstancesHealthResponse', describeInstancesHealthResponse_instanceHealthList - Detailed health information about each instance.

The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

$sel:nextToken:DescribeInstancesHealth', describeInstancesHealthResponse_nextToken - Pagination token for the next page of results, if available.

$sel:refreshedAt:DescribeInstancesHealthResponse', describeInstancesHealthResponse_refreshedAt - The date and time that the health information was retrieved.

$sel:httpStatus:DescribeInstancesHealthResponse', describeInstancesHealthResponse_httpStatus - The response's http status code.

UpdateApplication

data UpdateApplication Source #

Request to update an application.

See: newUpdateApplication smart constructor.

Instances

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Network.AWS.ElasticBeanstalk.UpdateApplication" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.UpdateApplication

newUpdateApplication Source #

Create a value of UpdateApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:UpdateApplication', updateApplication_description - A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

$sel:applicationName:UpdateApplication', updateApplication_applicationName - The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

data ApplicationDescriptionMessage Source #

Result message containing a single description of an application.

See: newApplicationDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Read ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Show ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Generic ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Associated Types

type Rep ApplicationDescriptionMessage :: Type -> Type #

NFData ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Hashable ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

FromXML ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage = D1 ('MetaData "ApplicationDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationDescription))))

newApplicationDescriptionMessage :: ApplicationDescriptionMessage Source #

Create a value of ApplicationDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:ApplicationDescriptionMessage', applicationDescriptionMessage_application - The ApplicationDescription of the application.

RestartAppServer

data RestartAppServer Source #

See: newRestartAppServer smart constructor.

Instances

Instances details
Eq RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Read RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Show RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Generic RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Associated Types

type Rep RestartAppServer :: Type -> Type #

NFData RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Methods

rnf :: RestartAppServer -> () #

Hashable RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

AWSRequest RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Associated Types

type AWSResponse RestartAppServer #

ToHeaders RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

ToPath RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

ToQuery RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

type Rep RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

type Rep RestartAppServer = D1 ('MetaData "RestartAppServer" "Network.AWS.ElasticBeanstalk.RestartAppServer" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RestartAppServer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse RestartAppServer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

newRestartAppServer :: RestartAppServer Source #

Create a value of RestartAppServer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentId:RestartAppServer', restartAppServer_environmentId - The ID of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

$sel:environmentName:RestartAppServer', restartAppServer_environmentName - The name of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

data RestartAppServerResponse Source #

See: newRestartAppServerResponse smart constructor.

Instances

Instances details
Eq RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Read RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Show RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Generic RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

Associated Types

type Rep RestartAppServerResponse :: Type -> Type #

NFData RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

type Rep RestartAppServerResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.RestartAppServer

type Rep RestartAppServerResponse = D1 ('MetaData "RestartAppServerResponse" "Network.AWS.ElasticBeanstalk.RestartAppServer" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "RestartAppServerResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRestartAppServerResponse :: RestartAppServerResponse Source #

Create a value of RestartAppServerResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeEnvironments (Paginated)

data DescribeEnvironments Source #

Request to describe one or more environments.

See: newDescribeEnvironments smart constructor.

Instances

Instances details
Eq DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Read DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Show DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Generic DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Associated Types

type Rep DescribeEnvironments :: Type -> Type #

NFData DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Methods

rnf :: DescribeEnvironments -> () #

Hashable DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

AWSPager DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

AWSRequest DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

Associated Types

type AWSResponse DescribeEnvironments #

ToHeaders DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

ToPath DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

ToQuery DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

type Rep DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

type Rep DescribeEnvironments = D1 ('MetaData "DescribeEnvironments" "Network.AWS.ElasticBeanstalk.DescribeEnvironments" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribeEnvironments'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "environmentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "includeDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includedDeletedBackTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse DescribeEnvironments Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribeEnvironments

newDescribeEnvironments :: DescribeEnvironments Source #

Create a value of DescribeEnvironments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeEnvironments', describeEnvironments_nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

$sel:environmentNames:DescribeEnvironments', describeEnvironments_environmentNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.

$sel:environmentIds:DescribeEnvironments', describeEnvironments_environmentIds - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.

$sel:versionLabel:DescribeEnvironments', describeEnvironments_versionLabel - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.

$sel:includeDeleted:DescribeEnvironments', describeEnvironments_includeDeleted - Indicates whether to include deleted environments:

true: Environments that have been deleted after IncludedDeletedBackTo are displayed.

false: Do not include deleted environments.

$sel:includedDeletedBackTo:DescribeEnvironments', describeEnvironments_includedDeletedBackTo - If specified when IncludeDeleted is set to true, then environments deleted after this date are displayed.

$sel:applicationName:DescribeEnvironments', describeEnvironments_applicationName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.

$sel:maxRecords:DescribeEnvironments', describeEnvironments_maxRecords - For a paginated request. Specify a maximum number of environments to include in each response.

If no MaxRecords is specified, all available environments are retrieved in a single response.

data EnvironmentDescriptionsMessage Source #

Result message containing a list of environment descriptions.

See: newEnvironmentDescriptionsMessage smart constructor.

Instances

Instances details
Eq EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Read EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Show EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Generic EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Associated Types

type Rep EnvironmentDescriptionsMessage :: Type -> Type #

NFData EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Hashable EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

FromXML EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage = D1 ('MetaData "EnvironmentDescriptionsMessage" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescriptionsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentDescription]))))

newEnvironmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source #

Create a value of EnvironmentDescriptionsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

$sel:environments:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_environments - Returns an EnvironmentDescription list.

AssociateEnvironmentOperationsRole

data AssociateEnvironmentOperationsRole Source #

Request to add or change the operations role used by an environment.

See: newAssociateEnvironmentOperationsRole smart constructor.

Instances

Instances details
Eq AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Read AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Show AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Generic AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Associated Types

type Rep AssociateEnvironmentOperationsRole :: Type -> Type #

NFData AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Hashable AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

AWSRequest AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

ToHeaders AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

ToPath AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

ToQuery AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

type Rep AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

type Rep AssociateEnvironmentOperationsRole = D1 ('MetaData "AssociateEnvironmentOperationsRole" "Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AssociateEnvironmentOperationsRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

newAssociateEnvironmentOperationsRole Source #

Create a value of AssociateEnvironmentOperationsRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:AssociateEnvironmentOperationsRole', associateEnvironmentOperationsRole_environmentName - The name of the environment to which to set the operations role.

$sel:operationsRole:AssociateEnvironmentOperationsRole', associateEnvironmentOperationsRole_operationsRole - The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.

data AssociateEnvironmentOperationsRoleResponse Source #

Instances

Instances details
Eq AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Read AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Show AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

Generic AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

NFData AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

type Rep AssociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole

type Rep AssociateEnvironmentOperationsRoleResponse = D1 ('MetaData "AssociateEnvironmentOperationsRoleResponse" "Network.AWS.ElasticBeanstalk.AssociateEnvironmentOperationsRole" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AssociateEnvironmentOperationsRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DescribePlatformVersion

data DescribePlatformVersion Source #

See: newDescribePlatformVersion smart constructor.

Instances

Instances details
Eq DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Read DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Show DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Generic DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Associated Types

type Rep DescribePlatformVersion :: Type -> Type #

NFData DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Methods

rnf :: DescribePlatformVersion -> () #

Hashable DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

AWSRequest DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

ToHeaders DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

ToPath DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

ToQuery DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersion = D1 ('MetaData "DescribePlatformVersion" "Network.AWS.ElasticBeanstalk.DescribePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribePlatformVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

newDescribePlatformVersion :: DescribePlatformVersion Source #

Create a value of DescribePlatformVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:platformArn:DescribePlatformVersion', describePlatformVersion_platformArn - The ARN of the platform version.

data DescribePlatformVersionResponse Source #

See: newDescribePlatformVersionResponse smart constructor.

Instances

Instances details
Eq DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Read DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Show DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Generic DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

Associated Types

type Rep DescribePlatformVersionResponse :: Type -> Type #

NFData DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersionResponse = D1 ('MetaData "DescribePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.DescribePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribePlatformVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribePlatformVersionResponse Source #

Create a value of DescribePlatformVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:platformDescription:DescribePlatformVersionResponse', describePlatformVersionResponse_platformDescription - Detailed information about the platform version.

$sel:httpStatus:DescribePlatformVersionResponse', describePlatformVersionResponse_httpStatus - The response's http status code.

DisassociateEnvironmentOperationsRole

data DisassociateEnvironmentOperationsRole Source #

Request to disassociate the operations role from an environment.

See: newDisassociateEnvironmentOperationsRole smart constructor.

Instances

Instances details
Eq DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Read DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Show DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Generic DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

NFData DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Hashable DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

AWSRequest DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

ToHeaders DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

ToPath DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

ToQuery DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

type Rep DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

type Rep DisassociateEnvironmentOperationsRole = D1 ('MetaData "DisassociateEnvironmentOperationsRole" "Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DisassociateEnvironmentOperationsRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateEnvironmentOperationsRole Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

newDisassociateEnvironmentOperationsRole Source #

Create a value of DisassociateEnvironmentOperationsRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:DisassociateEnvironmentOperationsRole', disassociateEnvironmentOperationsRole_environmentName - The name of the environment from which to disassociate the operations role.

data DisassociateEnvironmentOperationsRoleResponse Source #

Instances

Instances details
Eq DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Read DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Show DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

Generic DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

NFData DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

type Rep DisassociateEnvironmentOperationsRoleResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole

type Rep DisassociateEnvironmentOperationsRoleResponse = D1 ('MetaData "DisassociateEnvironmentOperationsRoleResponse" "Network.AWS.ElasticBeanstalk.DisassociateEnvironmentOperationsRole" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DisassociateEnvironmentOperationsRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Network.AWS.ElasticBeanstalk.ListTagsForResource" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.

Must be the ARN of an Elastic Beanstalk resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Network.AWS.ElasticBeanstalk.ListTagsForResource" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResourceResponse_resourceArn - The Amazon Resource Name (ARN) of the resource for which a tag list was requested.

$sel:resourceTags:ListTagsForResourceResponse', listTagsForResourceResponse_resourceTags - A list of tag key-value pairs.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

Types

ActionHistoryStatus

newtype ActionHistoryStatus Source #

Instances

Instances details
Eq ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Ord ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Read ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Show ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Generic ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Associated Types

type Rep ActionHistoryStatus :: Type -> Type #

NFData ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

Methods

rnf :: ActionHistoryStatus -> () #

Hashable ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToJSON ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToJSONKey ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

FromJSON ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

FromJSONKey ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToLog ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToHeader ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToQuery ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

FromXML ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToXML ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToByteString ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

FromText ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

ToText ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

type Rep ActionHistoryStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus

type Rep ActionHistoryStatus = D1 ('MetaData "ActionHistoryStatus" "Network.AWS.ElasticBeanstalk.Types.ActionHistoryStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ActionHistoryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionHistoryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionStatus

newtype ActionStatus Source #

Constructors

ActionStatus' 

Instances

Instances details
Eq ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Ord ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Read ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Show ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Generic ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Associated Types

type Rep ActionStatus :: Type -> Type #

NFData ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Methods

rnf :: ActionStatus -> () #

Hashable ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToJSON ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToJSONKey ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

FromJSON ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

FromJSONKey ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToLog ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToHeader ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToQuery ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

FromXML ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToXML ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Methods

toXML :: ActionStatus -> XML #

ToByteString ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

FromText ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

ToText ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

Methods

toText :: ActionStatus -> Text #

type Rep ActionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionStatus

type Rep ActionStatus = D1 ('MetaData "ActionStatus" "Network.AWS.ElasticBeanstalk.Types.ActionStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ActionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionType

newtype ActionType Source #

Constructors

ActionType' 

Fields

Instances

Instances details
Eq ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Ord ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Read ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Show ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Generic ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Associated Types

type Rep ActionType :: Type -> Type #

NFData ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Methods

rnf :: ActionType -> () #

Hashable ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToJSON ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToJSONKey ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

FromJSON ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

FromJSONKey ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToLog ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToHeader ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToQuery ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

FromXML ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToXML ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Methods

toXML :: ActionType -> XML #

ToByteString ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

FromText ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

ToText ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

Methods

toText :: ActionType -> Text #

type Rep ActionType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ActionType

type Rep ActionType = D1 ('MetaData "ActionType" "Network.AWS.ElasticBeanstalk.Types.ActionType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationVersionStatus

newtype ApplicationVersionStatus Source #

Instances

Instances details
Eq ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Ord ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Read ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Show ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Generic ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Associated Types

type Rep ApplicationVersionStatus :: Type -> Type #

NFData ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

Hashable ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToJSON ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToJSONKey ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

FromJSON ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

FromJSONKey ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToLog ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToHeader ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToQuery ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

FromXML ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToXML ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToByteString ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

FromText ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

ToText ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

type Rep ApplicationVersionStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus

type Rep ApplicationVersionStatus = D1 ('MetaData "ApplicationVersionStatus" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ApplicationVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
Eq ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Read ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

NFData ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Hashable ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

FromJSON ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

FromXML ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

ToByteString ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

Methods

toText :: ComputeType -> Text #

type Rep ComputeType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Network.AWS.ElasticBeanstalk.Types.ComputeType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationDeploymentStatus

newtype ConfigurationDeploymentStatus Source #

Instances

Instances details
Eq ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Ord ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Read ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Show ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Generic ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Associated Types

type Rep ConfigurationDeploymentStatus :: Type -> Type #

NFData ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Hashable ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToJSON ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToJSONKey ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromJSON ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromJSONKey ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToLog ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToHeader ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToQuery ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromXML ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToXML ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToByteString ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromText ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToText ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

type Rep ConfigurationDeploymentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

type Rep ConfigurationDeploymentStatus = D1 ('MetaData "ConfigurationDeploymentStatus" "Network.AWS.ElasticBeanstalk.Types.ConfigurationDeploymentStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ConfigurationDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationOptionValueType

newtype ConfigurationOptionValueType Source #

Instances

Instances details
Eq ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Ord ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Read ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Show ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Generic ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Associated Types

type Rep ConfigurationOptionValueType :: Type -> Type #

NFData ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

Hashable ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToJSON ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToJSONKey ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromJSON ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromJSONKey ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToLog ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToHeader ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToQuery ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromXML ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToXML ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToByteString ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromText ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToText ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

type Rep ConfigurationOptionValueType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType

type Rep ConfigurationOptionValueType = D1 ('MetaData "ConfigurationOptionValueType" "Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionValueType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ConfigurationOptionValueType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationOptionValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealth

newtype EnvironmentHealth Source #

Instances

Instances details
Eq EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Ord EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Read EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Show EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Generic EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Associated Types

type Rep EnvironmentHealth :: Type -> Type #

NFData EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

Methods

rnf :: EnvironmentHealth -> () #

Hashable EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToJSON EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToJSONKey EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

FromJSON EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

FromJSONKey EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToLog EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToHeader EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToQuery EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

FromXML EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToXML EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToByteString EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

FromText EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

ToText EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

type Rep EnvironmentHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth

type Rep EnvironmentHealth = D1 ('MetaData "EnvironmentHealth" "Network.AWS.ElasticBeanstalk.Types.EnvironmentHealth" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EnvironmentHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealthAttribute

newtype EnvironmentHealthAttribute Source #

Instances

Instances details
Eq EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Ord EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Read EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Show EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Generic EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Associated Types

type Rep EnvironmentHealthAttribute :: Type -> Type #

NFData EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Hashable EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToJSON EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToJSONKey EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromJSON EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromJSONKey EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToLog EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToHeader EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToQuery EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromXML EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToXML EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToByteString EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromText EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToText EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

type Rep EnvironmentHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute

type Rep EnvironmentHealthAttribute = D1 ('MetaData "EnvironmentHealthAttribute" "Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthAttribute" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EnvironmentHealthAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealthAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealthStatus

newtype EnvironmentHealthStatus Source #

Instances

Instances details
Eq EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Ord EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Read EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Show EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Generic EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Associated Types

type Rep EnvironmentHealthStatus :: Type -> Type #

NFData EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

Methods

rnf :: EnvironmentHealthStatus -> () #

Hashable EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToJSON EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToJSONKey EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromJSON EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromJSONKey EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToLog EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToHeader EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToQuery EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromXML EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToXML EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToByteString EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromText EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToText EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

type Rep EnvironmentHealthStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus

type Rep EnvironmentHealthStatus = D1 ('MetaData "EnvironmentHealthStatus" "Network.AWS.ElasticBeanstalk.Types.EnvironmentHealthStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EnvironmentHealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentInfoType

newtype EnvironmentInfoType Source #

Instances

Instances details
Eq EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Ord EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Read EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Show EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Generic EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Associated Types

type Rep EnvironmentInfoType :: Type -> Type #

NFData EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

Methods

rnf :: EnvironmentInfoType -> () #

Hashable EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToJSON EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToJSONKey EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

FromJSON EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

FromJSONKey EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToLog EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToHeader EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToQuery EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

FromXML EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToXML EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToByteString EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

FromText EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

ToText EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

type Rep EnvironmentInfoType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType

type Rep EnvironmentInfoType = D1 ('MetaData "EnvironmentInfoType" "Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EnvironmentInfoType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentInfoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentStatus

newtype EnvironmentStatus Source #

Instances

Instances details
Eq EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Ord EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Read EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Show EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Generic EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Associated Types

type Rep EnvironmentStatus :: Type -> Type #

NFData EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

Methods

rnf :: EnvironmentStatus -> () #

Hashable EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToJSON EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToJSONKey EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

FromJSON EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

FromJSONKey EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToLog EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToHeader EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToQuery EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

FromXML EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToXML EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToByteString EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

FromText EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

ToText EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

type Rep EnvironmentStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus

type Rep EnvironmentStatus = D1 ('MetaData "EnvironmentStatus" "Network.AWS.ElasticBeanstalk.Types.EnvironmentStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EnvironmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventSeverity

newtype EventSeverity Source #

Constructors

EventSeverity' 

Instances

Instances details
Eq EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Ord EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Read EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Show EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Generic EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Associated Types

type Rep EventSeverity :: Type -> Type #

NFData EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Methods

rnf :: EventSeverity -> () #

Hashable EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToJSON EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToJSONKey EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

FromJSON EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

FromJSONKey EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToLog EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToHeader EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToQuery EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

FromXML EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToXML EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Methods

toXML :: EventSeverity -> XML #

ToByteString EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

FromText EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

ToText EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

Methods

toText :: EventSeverity -> Text #

type Rep EventSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventSeverity

type Rep EventSeverity = D1 ('MetaData "EventSeverity" "Network.AWS.ElasticBeanstalk.Types.EventSeverity" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "EventSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailureType

newtype FailureType Source #

Constructors

FailureType' 

Instances

Instances details
Eq FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Ord FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Read FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Show FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Generic FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Associated Types

type Rep FailureType :: Type -> Type #

NFData FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Methods

rnf :: FailureType -> () #

Hashable FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToJSON FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToJSONKey FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

FromJSON FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

FromJSONKey FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToLog FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToHeader FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToQuery FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

FromXML FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToXML FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Methods

toXML :: FailureType -> XML #

ToByteString FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

FromText FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

ToText FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

Methods

toText :: FailureType -> Text #

type Rep FailureType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.FailureType

type Rep FailureType = D1 ('MetaData "FailureType" "Network.AWS.ElasticBeanstalk.Types.FailureType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "FailureType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstancesHealthAttribute

newtype InstancesHealthAttribute Source #

Instances

Instances details
Eq InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Ord InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Read InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Show InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Generic InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Associated Types

type Rep InstancesHealthAttribute :: Type -> Type #

NFData InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

Hashable InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToJSON InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToJSONKey InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

FromJSON InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

FromJSONKey InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToLog InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToHeader InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToQuery InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

FromXML InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToXML InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToByteString InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

FromText InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

ToText InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

type Rep InstancesHealthAttribute Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute

type Rep InstancesHealthAttribute = D1 ('MetaData "InstancesHealthAttribute" "Network.AWS.ElasticBeanstalk.Types.InstancesHealthAttribute" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "InstancesHealthAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstancesHealthAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformStatus

newtype PlatformStatus Source #

Constructors

PlatformStatus' 

Instances

Instances details
Eq PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Ord PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Read PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Show PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Generic PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Associated Types

type Rep PlatformStatus :: Type -> Type #

NFData PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Methods

rnf :: PlatformStatus -> () #

Hashable PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToJSON PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToJSONKey PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

FromJSON PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

FromJSONKey PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToLog PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToHeader PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToQuery PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

FromXML PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToXML PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

Methods

toXML :: PlatformStatus -> XML #

ToByteString PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

FromText PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

ToText PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

type Rep PlatformStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformStatus

type Rep PlatformStatus = D1 ('MetaData "PlatformStatus" "Network.AWS.ElasticBeanstalk.Types.PlatformStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "PlatformStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceRepository

newtype SourceRepository Source #

Instances

Instances details
Eq SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Ord SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Read SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Show SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Generic SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Associated Types

type Rep SourceRepository :: Type -> Type #

NFData SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

Methods

rnf :: SourceRepository -> () #

Hashable SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToJSON SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToJSONKey SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

FromJSON SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

FromJSONKey SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToLog SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToHeader SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToQuery SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

FromXML SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToXML SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToByteString SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

FromText SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

ToText SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

type Rep SourceRepository Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceRepository

type Rep SourceRepository = D1 ('MetaData "SourceRepository" "Network.AWS.ElasticBeanstalk.Types.SourceRepository" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "SourceRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Bundled Patterns

pattern SourceType_Git :: SourceType 
pattern SourceType_Zip :: SourceType 

Instances

Instances details
Eq SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Read SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Generic SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

NFData SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Methods

rnf :: SourceType -> () #

Hashable SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

FromJSON SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

FromXML SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Methods

toXML :: SourceType -> XML #

ToByteString SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

Methods

toText :: SourceType -> Text #

type Rep SourceType Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Network.AWS.ElasticBeanstalk.Types.SourceType" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ValidationSeverity

newtype ValidationSeverity Source #

Instances

Instances details
Eq ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Ord ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Read ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Show ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Generic ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Associated Types

type Rep ValidationSeverity :: Type -> Type #

NFData ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

Methods

rnf :: ValidationSeverity -> () #

Hashable ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToJSON ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToJSONKey ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

FromJSON ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

FromJSONKey ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToLog ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToHeader ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToQuery ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

FromXML ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToXML ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToByteString ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

FromText ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

ToText ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

type Rep ValidationSeverity Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationSeverity

type Rep ValidationSeverity = D1 ('MetaData "ValidationSeverity" "Network.AWS.ElasticBeanstalk.Types.ValidationSeverity" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'True) (C1 ('MetaCons "ValidationSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromValidationSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationDescription

data ApplicationDescription Source #

Describes the properties of an application.

See: newApplicationDescription smart constructor.

Instances

Instances details
Eq ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

Read ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

Show ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

Generic ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

Associated Types

type Rep ApplicationDescription :: Type -> Type #

NFData ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

Methods

rnf :: ApplicationDescription -> () #

Hashable ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

FromXML ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

type Rep ApplicationDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescription

type Rep ApplicationDescription = D1 ('MetaData "ApplicationDescription" "Network.AWS.ElasticBeanstalk.Types.ApplicationDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "resourceLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationResourceLifecycleConfig)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configurationTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationDescription :: ApplicationDescription Source #

Create a value of ApplicationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationArn:ApplicationDescription', applicationDescription_applicationArn - The Amazon Resource Name (ARN) of the application.

$sel:dateCreated:ApplicationDescription', applicationDescription_dateCreated - The date when the application was created.

$sel:versions:ApplicationDescription', applicationDescription_versions - The names of the versions for this application.

$sel:dateUpdated:ApplicationDescription', applicationDescription_dateUpdated - The date when the application was last modified.

$sel:resourceLifecycleConfig:ApplicationDescription', applicationDescription_resourceLifecycleConfig - The lifecycle settings for the application.

$sel:description:ApplicationDescription', applicationDescription_description - User-defined description of the application.

$sel:configurationTemplates:ApplicationDescription', applicationDescription_configurationTemplates - The names of the configuration templates associated with this application.

$sel:applicationName:ApplicationDescription', applicationDescription_applicationName - The name of the application.

ApplicationDescriptionMessage

data ApplicationDescriptionMessage Source #

Result message containing a single description of an application.

See: newApplicationDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Read ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Show ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Generic ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Associated Types

type Rep ApplicationDescriptionMessage :: Type -> Type #

NFData ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Hashable ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

FromXML ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage = D1 ('MetaData "ApplicationDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationDescription))))

newApplicationDescriptionMessage :: ApplicationDescriptionMessage Source #

Create a value of ApplicationDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:ApplicationDescriptionMessage', applicationDescriptionMessage_application - The ApplicationDescription of the application.

ApplicationMetrics

data ApplicationMetrics Source #

Application request metrics for an AWS Elastic Beanstalk environment.

See: newApplicationMetrics smart constructor.

Instances

Instances details
Eq ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

Read ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

Show ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

Generic ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

Associated Types

type Rep ApplicationMetrics :: Type -> Type #

NFData ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

Methods

rnf :: ApplicationMetrics -> () #

Hashable ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

FromXML ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

type Rep ApplicationMetrics Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics

type Rep ApplicationMetrics = D1 ('MetaData "ApplicationMetrics" "Network.AWS.ElasticBeanstalk.Types.ApplicationMetrics" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationMetrics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "requestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "statusCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusCodes)) :*: S1 ('MetaSel ('Just "latency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Latency)))))

newApplicationMetrics :: ApplicationMetrics Source #

Create a value of ApplicationMetrics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:duration:ApplicationMetrics', applicationMetrics_duration - The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (request_count) within the most recent time slice of 10 seconds (duration).

$sel:requestCount:ApplicationMetrics', applicationMetrics_requestCount - Average number of requests handled by the web server per second over the last 10 seconds.

$sel:statusCodes:ApplicationMetrics', applicationMetrics_statusCodes - Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.

$sel:latency:ApplicationMetrics', applicationMetrics_latency - Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one millisecond resolution.

ApplicationResourceLifecycleConfig

data ApplicationResourceLifecycleConfig Source #

The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.

See: newApplicationResourceLifecycleConfig smart constructor.

Instances

Instances details
Eq ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Read ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Show ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Generic ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Associated Types

type Rep ApplicationResourceLifecycleConfig :: Type -> Type #

NFData ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Hashable ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

ToQuery ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

FromXML ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

type Rep ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

type Rep ApplicationResourceLifecycleConfig = D1 ('MetaData "ApplicationResourceLifecycleConfig" "Network.AWS.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationResourceLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionLifecycleConfig))))

newApplicationResourceLifecycleConfig :: ApplicationResourceLifecycleConfig Source #

Create a value of ApplicationResourceLifecycleConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceRole:ApplicationResourceLifecycleConfig', applicationResourceLifecycleConfig_serviceRole - The ARN of an IAM service role that Elastic Beanstalk has permission to assume.

The ServiceRole property is required the first time that you provide a VersionLifecycleConfig for the application in one of the supporting calls (CreateApplication or UpdateApplicationResourceLifecycle). After you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle calls. You can, however, specify it in subsequent calls to change the Service Role to another value.

$sel:versionLifecycleConfig:ApplicationResourceLifecycleConfig', applicationResourceLifecycleConfig_versionLifecycleConfig - Defines lifecycle settings for application versions.

ApplicationVersionDescription

data ApplicationVersionDescription Source #

Describes the properties of an application version.

See: newApplicationVersionDescription smart constructor.

Instances

Instances details
Eq ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

Read ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

Show ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

Generic ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

Associated Types

type Rep ApplicationVersionDescription :: Type -> Type #

NFData ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

Hashable ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

FromXML ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

type Rep ApplicationVersionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription

type Rep ApplicationVersionDescription = D1 ('MetaData "ApplicationVersionDescription" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationVersionDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionStatus)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "sourceBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "sourceBuildInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceBuildInformation)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "buildArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newApplicationVersionDescription :: ApplicationVersionDescription Source #

Create a value of ApplicationVersionDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ApplicationVersionDescription', applicationVersionDescription_status - The processing status of the application version. Reflects the state of the application version during its creation. Many of the values are only applicable if you specified True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

  • Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.
  • Processing – Elastic Beanstalk is currently processing the application version.
  • Building – Application version is currently undergoing an AWS CodeBuild build.
  • Processed – Elastic Beanstalk was successfully pre-processed and validated.
  • Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.

$sel:dateCreated:ApplicationVersionDescription', applicationVersionDescription_dateCreated - The creation date of the application version.

$sel:sourceBundle:ApplicationVersionDescription', applicationVersionDescription_sourceBundle - The storage location of the application version's source bundle in Amazon S3.

$sel:sourceBuildInformation:ApplicationVersionDescription', applicationVersionDescription_sourceBuildInformation - If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.

$sel:versionLabel:ApplicationVersionDescription', applicationVersionDescription_versionLabel - A unique identifier for the application version.

$sel:dateUpdated:ApplicationVersionDescription', applicationVersionDescription_dateUpdated - The last modified date of the application version.

$sel:description:ApplicationVersionDescription', applicationVersionDescription_description - The description of the application version.

$sel:buildArn:ApplicationVersionDescription', applicationVersionDescription_buildArn - Reference to the artifact from the AWS CodeBuild build.

$sel:applicationName:ApplicationVersionDescription', applicationVersionDescription_applicationName - The name of the application to which the application version belongs.

$sel:applicationVersionArn:ApplicationVersionDescription', applicationVersionDescription_applicationVersionArn - The Amazon Resource Name (ARN) of the application version.

ApplicationVersionDescriptionMessage

data ApplicationVersionDescriptionMessage Source #

Result message wrapping a single description of an application version.

See: newApplicationVersionDescriptionMessage smart constructor.

Instances

Instances details
Eq ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Read ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Show ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Generic ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

NFData ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Hashable ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

FromXML ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage = D1 ('MetaData "ApplicationVersionDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationVersionDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionDescription))))

newApplicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #

Create a value of ApplicationVersionDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationVersion:ApplicationVersionDescriptionMessage', applicationVersionDescriptionMessage_applicationVersion - The ApplicationVersionDescription of the application version.

ApplicationVersionLifecycleConfig

data ApplicationVersionLifecycleConfig Source #

The application version lifecycle settings for an application. Defines the rules that Elastic Beanstalk applies to an application's versions in order to avoid hitting the per-region limit for application versions.

When Elastic Beanstalk deletes an application version from its database, you can no longer deploy that version to an environment. The source bundle remains in S3 unless you configure the rule to delete it.

See: newApplicationVersionLifecycleConfig smart constructor.

Instances

Instances details
Eq ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Read ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Show ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Generic ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Associated Types

type Rep ApplicationVersionLifecycleConfig :: Type -> Type #

NFData ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Hashable ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

ToQuery ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

FromXML ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

type Rep ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

type Rep ApplicationVersionLifecycleConfig = D1 ('MetaData "ApplicationVersionLifecycleConfig" "Network.AWS.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ApplicationVersionLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCountRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaxCountRule)) :*: S1 ('MetaSel ('Just "maxAgeRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaxAgeRule))))

newApplicationVersionLifecycleConfig :: ApplicationVersionLifecycleConfig Source #

Create a value of ApplicationVersionLifecycleConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxCountRule:ApplicationVersionLifecycleConfig', applicationVersionLifecycleConfig_maxCountRule - Specify a max count rule to restrict the number of application versions that are retained for an application.

$sel:maxAgeRule:ApplicationVersionLifecycleConfig', applicationVersionLifecycleConfig_maxAgeRule - Specify a max age rule to restrict the length of time that application versions are retained for an application.

AutoScalingGroup

data AutoScalingGroup Source #

Describes an Auto Scaling launch configuration.

See: newAutoScalingGroup smart constructor.

Constructors

AutoScalingGroup' (Maybe Text) 

Instances

Instances details
Eq AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

Read AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

NFData AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Hashable AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

FromXML AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup

type Rep AutoScalingGroup = D1 ('MetaData "AutoScalingGroup" "Network.AWS.ElasticBeanstalk.Types.AutoScalingGroup" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AutoScalingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoScalingGroup :: AutoScalingGroup Source #

Create a value of AutoScalingGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AutoScalingGroup', autoScalingGroup_name - The name of the AutoScalingGroup .

BuildConfiguration

data BuildConfiguration Source #

Settings for an AWS CodeBuild build.

See: newBuildConfiguration smart constructor.

Instances

Instances details
Eq BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

Read BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

Show BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

Generic BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

Associated Types

type Rep BuildConfiguration :: Type -> Type #

NFData BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

Methods

rnf :: BuildConfiguration -> () #

Hashable BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

ToQuery BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

type Rep BuildConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.BuildConfiguration

type Rep BuildConfiguration = D1 ('MetaData "BuildConfiguration" "Network.AWS.ElasticBeanstalk.Types.BuildConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "BuildConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)) :*: (S1 ('MetaSel ('Just "codeBuildServiceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newBuildConfiguration Source #

Create a value of BuildConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:artifactName:BuildConfiguration', buildConfiguration_artifactName - The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip. If not provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.

$sel:timeoutInMinutes:BuildConfiguration', buildConfiguration_timeoutInMinutes - How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.

$sel:computeType:BuildConfiguration', buildConfiguration_computeType - Information about the compute resources the build project will use.

  • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds
  • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds
  • BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds

$sel:codeBuildServiceRole:BuildConfiguration', buildConfiguration_codeBuildServiceRole - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.

$sel:image:BuildConfiguration', buildConfiguration_image - The ID of the Docker image to use for this build project.

Builder

data Builder Source #

The builder used to build the custom platform.

See: newBuilder smart constructor.

Constructors

Builder' (Maybe Text) 

Instances

Instances details
Eq Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Methods

(==) :: Builder -> Builder -> Bool #

(/=) :: Builder -> Builder -> Bool #

Read Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Show Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Generic Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Associated Types

type Rep Builder :: Type -> Type #

Methods

from :: Builder -> Rep Builder x #

to :: Rep Builder x -> Builder #

NFData Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Methods

rnf :: Builder -> () #

Hashable Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

Methods

hashWithSalt :: Int -> Builder -> Int #

hash :: Builder -> Int #

FromXML Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

type Rep Builder Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Builder

type Rep Builder = D1 ('MetaData "Builder" "Network.AWS.ElasticBeanstalk.Types.Builder" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Builder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuilder :: Builder Source #

Create a value of Builder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Builder', builder_arn - The ARN of the builder.

CPUUtilization

data CPUUtilization Source #

CPU utilization metrics for an instance.

See: newCPUUtilization smart constructor.

Instances

Instances details
Eq CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

Read CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

Show CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

Generic CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

Associated Types

type Rep CPUUtilization :: Type -> Type #

NFData CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

Methods

rnf :: CPUUtilization -> () #

Hashable CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

FromXML CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

type Rep CPUUtilization Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CPUUtilization

newCPUUtilization :: CPUUtilization Source #

Create a value of CPUUtilization with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:idle:CPUUtilization', cPUUtilization_idle - Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

$sel:user:CPUUtilization', cPUUtilization_user - Percentage of time that the CPU has spent in the User state over the last 10 seconds.

$sel:privileged:CPUUtilization', cPUUtilization_privileged - Available on Windows environments only.

Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.

$sel:iOWait:CPUUtilization', cPUUtilization_iOWait - Available on Linux environments only.

Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.

$sel:softIRQ:CPUUtilization', cPUUtilization_softIRQ - Available on Linux environments only.

Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.

$sel:nice:CPUUtilization', cPUUtilization_nice - Available on Linux environments only.

Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.

$sel:system:CPUUtilization', cPUUtilization_system - Available on Linux environments only.

Percentage of time that the CPU has spent in the System state over the last 10 seconds.

$sel:irq:CPUUtilization', cPUUtilization_irq - Available on Linux environments only.

Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.

ConfigurationOptionDescription

data ConfigurationOptionDescription Source #

Describes the possible values for a configuration option.

See: newConfigurationOptionDescription smart constructor.

Instances

Instances details
Eq ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

Read ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

Show ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

Generic ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

Associated Types

type Rep ConfigurationOptionDescription :: Type -> Type #

NFData ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

Hashable ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

FromXML ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

type Rep ConfigurationOptionDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription

type Rep ConfigurationOptionDescription = D1 ('MetaData "ConfigurationOptionDescription" "Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ConfigurationOptionDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "valueOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "valueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationOptionValueType)) :*: (S1 ('MetaSel ('Just "changeSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionRestrictionRegex))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userDefined") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newConfigurationOptionDescription :: ConfigurationOptionDescription Source #

Create a value of ConfigurationOptionDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxValue:ConfigurationOptionDescription', configurationOptionDescription_maxValue - If specified, the configuration option must be a numeric value less than this value.

$sel:valueOptions:ConfigurationOptionDescription', configurationOptionDescription_valueOptions - If specified, values for the configuration option are selected from this list.

$sel:valueType:ConfigurationOptionDescription', configurationOptionDescription_valueType - An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

  • Scalar : Values for this option are a single selection from the possible values, or an unformatted string, or numeric value governed by the MIN/MAX/Regex constraints.
  • List : Values for this option are multiple selections from the possible values.
  • Boolean : Values for this option are either true or false .
  • Json : Values for this option are a JSON representation of a ConfigDocument.

$sel:changeSeverity:ConfigurationOptionDescription', configurationOptionDescription_changeSeverity - An indication of which action is required if the value for this configuration option changes:

  • NoInterruption : There is no interruption to the environment or application availability.
  • RestartEnvironment : The environment is entirely restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process.
  • RestartApplicationServer : The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted.

$sel:regex:ConfigurationOptionDescription', configurationOptionDescription_regex - If specified, the configuration option must be a string value that satisfies this regular expression.

$sel:name:ConfigurationOptionDescription', configurationOptionDescription_name - The name of the configuration option.

$sel:minValue:ConfigurationOptionDescription', configurationOptionDescription_minValue - If specified, the configuration option must be a numeric value greater than this value.

$sel:namespace:ConfigurationOptionDescription', configurationOptionDescription_namespace - A unique namespace identifying the option's associated AWS resource.

$sel:maxLength:ConfigurationOptionDescription', configurationOptionDescription_maxLength - If specified, the configuration option must be a string value no longer than this value.

$sel:defaultValue:ConfigurationOptionDescription', configurationOptionDescription_defaultValue - The default value for this configuration option.

$sel:userDefined:ConfigurationOptionDescription', configurationOptionDescription_userDefined - An indication of whether the user defined this configuration option:

  • true : This configuration option was defined by the user. It is a valid choice for specifying if this as an Option to Remove when updating configuration settings.
  • false : This configuration was not defined by the user.

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

ConfigurationOptionSetting

data ConfigurationOptionSetting Source #

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see Option Values in the AWS Elastic Beanstalk Developer Guide.

See: newConfigurationOptionSetting smart constructor.

Instances

Instances details
Eq ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

Read ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

Show ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

Generic ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

Associated Types

type Rep ConfigurationOptionSetting :: Type -> Type #

NFData ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

Hashable ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

ToQuery ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

FromXML ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

type Rep ConfigurationOptionSetting Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting

type Rep ConfigurationOptionSetting = D1 ('MetaData "ConfigurationOptionSetting" "Network.AWS.ElasticBeanstalk.Types.ConfigurationOptionSetting" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ConfigurationOptionSetting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigurationOptionSetting :: ConfigurationOptionSetting Source #

Create a value of ConfigurationOptionSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionName:ConfigurationOptionSetting', configurationOptionSetting_optionName - The name of the configuration option.

$sel:value:ConfigurationOptionSetting', configurationOptionSetting_value - The current value for the configuration option.

$sel:namespace:ConfigurationOptionSetting', configurationOptionSetting_namespace - A unique namespace that identifies the option's associated AWS resource.

$sel:resourceName:ConfigurationOptionSetting', configurationOptionSetting_resourceName - A unique resource name for the option setting. Use it for a time–based scaling configuration option.

ConfigurationSettingsDescription

data ConfigurationSettingsDescription Source #

Describes the settings for a configuration set.

See: newConfigurationSettingsDescription smart constructor.

Instances

Instances details
Eq ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Read ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Show ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Generic ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Associated Types

type Rep ConfigurationSettingsDescription :: Type -> Type #

NFData ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Hashable ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

FromXML ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription = D1 ('MetaData "ConfigurationSettingsDescription" "Network.AWS.ElasticBeanstalk.Types.ConfigurationSettingsDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ConfigurationSettingsDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationDeploymentStatus)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newConfigurationSettingsDescription :: ConfigurationSettingsDescription Source #

Create a value of ConfigurationSettingsDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:ConfigurationSettingsDescription', configurationSettingsDescription_templateName - If not null, the name of the configuration template for this configuration set.

$sel:dateCreated:ConfigurationSettingsDescription', configurationSettingsDescription_dateCreated - The date (in UTC time) when this configuration set was created.

$sel:solutionStackName:ConfigurationSettingsDescription', configurationSettingsDescription_solutionStackName - The name of the solution stack this configuration set uses.

$sel:deploymentStatus:ConfigurationSettingsDescription', configurationSettingsDescription_deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

$sel:platformArn:ConfigurationSettingsDescription', configurationSettingsDescription_platformArn - The ARN of the platform version.

$sel:environmentName:ConfigurationSettingsDescription', configurationSettingsDescription_environmentName - If not null, the name of the environment for this configuration set.

$sel:dateUpdated:ConfigurationSettingsDescription', configurationSettingsDescription_dateUpdated - The date (in UTC time) when this configuration set was last modified.

$sel:optionSettings:ConfigurationSettingsDescription', configurationSettingsDescription_optionSettings - A list of the configuration options and their values in this configuration set.

$sel:description:ConfigurationSettingsDescription', configurationSettingsDescription_description - Describes this configuration set.

$sel:applicationName:ConfigurationSettingsDescription', configurationSettingsDescription_applicationName - The name of the application associated with this configuration set.

CustomAmi

data CustomAmi Source #

A custom AMI available to platforms.

See: newCustomAmi smart constructor.

Constructors

CustomAmi' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

Read CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

Show CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

Generic CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

Associated Types

type Rep CustomAmi :: Type -> Type #

NFData CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

Methods

rnf :: CustomAmi -> () #

Hashable CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

FromXML CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

type Rep CustomAmi Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.CustomAmi

type Rep CustomAmi = D1 ('MetaData "CustomAmi" "Network.AWS.ElasticBeanstalk.Types.CustomAmi" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "CustomAmi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "virtualizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCustomAmi :: CustomAmi Source #

Create a value of CustomAmi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:virtualizationType:CustomAmi', customAmi_virtualizationType - The type of virtualization used to create the custom AMI.

$sel:imageId:CustomAmi', customAmi_imageId - THe ID of the image used to create the custom AMI.

Deployment

data Deployment Source #

Information about an application version deployment.

See: newDeployment smart constructor.

Instances

Instances details
Eq Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

Read Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

NFData Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

Methods

rnf :: Deployment -> () #

Hashable Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

FromXML Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Network.AWS.ElasticBeanstalk.Types.Deployment" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Deployment', deployment_status - The status of the deployment:

  • In Progress : The deployment is in progress.
  • Deployed : The deployment succeeded.
  • Failed : The deployment failed.

$sel:deploymentId:Deployment', deployment_deploymentId - The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

$sel:versionLabel:Deployment', deployment_versionLabel - The version label of the application version in the deployment.

$sel:deploymentTime:Deployment', deployment_deploymentTime - For in-progress deployments, the time that the deployment started.

For completed deployments, the time that the deployment ended.

EnvironmentDescription

data EnvironmentDescription Source #

Describes the properties of an environment.

See: newEnvironmentDescription smart constructor.

Instances

Instances details
Eq EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Read EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Show EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Generic EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Associated Types

type Rep EnvironmentDescription :: Type -> Type #

NFData EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

Methods

rnf :: EnvironmentDescription -> () #

Hashable EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

FromXML EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription = D1 ('MetaData "EnvironmentDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abortableOperationInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentStatus)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "environmentLinks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLink]))))) :*: ((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth)))))) :*: (((S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourcesDescription)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpointURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealthStatus)) :*: S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)) :*: S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newEnvironmentDescription :: EnvironmentDescription Source #

Create a value of EnvironmentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:abortableOperationInProgress:EnvironmentDescription', environmentDescription_abortableOperationInProgress - Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

$sel:templateName:EnvironmentDescription', environmentDescription_templateName - The name of the configuration template used to originally launch this environment.

$sel:status:EnvironmentDescription', environmentDescription_status - The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

$sel:dateCreated:EnvironmentDescription', environmentDescription_dateCreated - The creation date for this environment.

$sel:environmentLinks:EnvironmentDescription', environmentDescription_environmentLinks - A list of links to other environments in the same group.

$sel:environmentId:EnvironmentDescription', environmentDescription_environmentId - The ID of this environment.

$sel:solutionStackName:EnvironmentDescription', environmentDescription_solutionStackName - The name of the SolutionStack deployed with this environment.

$sel:platformArn:EnvironmentDescription', environmentDescription_platformArn - The ARN of the platform version.

$sel:environmentName:EnvironmentDescription', environmentDescription_environmentName - The name of this environment.

$sel:health:EnvironmentDescription', environmentDescription_health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

$sel:versionLabel:EnvironmentDescription', environmentDescription_versionLabel - The application version deployed in this environment.

$sel:cname:EnvironmentDescription', environmentDescription_cname - The URL to the CNAME for this environment.

$sel:dateUpdated:EnvironmentDescription', environmentDescription_dateUpdated - The last modified date for this environment.

$sel:resources:EnvironmentDescription', environmentDescription_resources - The description of the AWS resources used by this environment.

$sel:description:EnvironmentDescription', environmentDescription_description - Describes this environment.

$sel:endpointURL:EnvironmentDescription', environmentDescription_endpointURL - For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

$sel:healthStatus:EnvironmentDescription', environmentDescription_healthStatus - Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

$sel:environmentArn:EnvironmentDescription', environmentDescription_environmentArn - The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

$sel:applicationName:EnvironmentDescription', environmentDescription_applicationName - The name of the application associated with this environment.

$sel:tier:EnvironmentDescription', environmentDescription_tier - Describes the current tier of this environment.

$sel:operationsRole:EnvironmentDescription', environmentDescription_operationsRole - The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

EnvironmentDescriptionsMessage

data EnvironmentDescriptionsMessage Source #

Result message containing a list of environment descriptions.

See: newEnvironmentDescriptionsMessage smart constructor.

Instances

Instances details
Eq EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Read EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Show EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Generic EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Associated Types

type Rep EnvironmentDescriptionsMessage :: Type -> Type #

NFData EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Hashable EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

FromXML EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage = D1 ('MetaData "EnvironmentDescriptionsMessage" "Network.AWS.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentDescriptionsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentDescription]))))

newEnvironmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source #

Create a value of EnvironmentDescriptionsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

$sel:environments:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_environments - Returns an EnvironmentDescription list.

EnvironmentInfoDescription

data EnvironmentInfoDescription Source #

The information retrieved from the Amazon EC2 instances.

See: newEnvironmentInfoDescription smart constructor.

Instances

Instances details
Eq EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

Read EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

Show EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

Generic EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

Associated Types

type Rep EnvironmentInfoDescription :: Type -> Type #

NFData EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

Hashable EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

FromXML EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

type Rep EnvironmentInfoDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription

type Rep EnvironmentInfoDescription = D1 ('MetaData "EnvironmentInfoDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentInfoDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentInfoDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "infoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentInfoType))) :*: (S1 ('MetaSel ('Just "sampleTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "ec2InstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEnvironmentInfoDescription :: EnvironmentInfoDescription Source #

Create a value of EnvironmentInfoDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:EnvironmentInfoDescription', environmentInfoDescription_message - The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

$sel:infoType:EnvironmentInfoDescription', environmentInfoDescription_infoType - The type of information retrieved.

$sel:sampleTimestamp:EnvironmentInfoDescription', environmentInfoDescription_sampleTimestamp - The time stamp when this information was retrieved.

$sel:ec2InstanceId:EnvironmentInfoDescription', environmentInfoDescription_ec2InstanceId - The Amazon EC2 Instance ID for this information.

EnvironmentLink

data EnvironmentLink Source #

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

See: newEnvironmentLink smart constructor.

Instances

newEnvironmentLink :: EnvironmentLink Source #

Create a value of EnvironmentLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:EnvironmentLink', environmentLink_environmentName - The name of the linked environment (the dependency).

$sel:linkName:EnvironmentLink', environmentLink_linkName - The name of the link.

EnvironmentResourceDescription

data EnvironmentResourceDescription Source #

Describes the AWS resources in use by this environment. This data is live.

See: newEnvironmentResourceDescription smart constructor.

Instances

Instances details
Eq EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

Read EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

Show EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

Generic EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

Associated Types

type Rep EnvironmentResourceDescription :: Type -> Type #

NFData EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

Hashable EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

FromXML EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

type Rep EnvironmentResourceDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription

type Rep EnvironmentResourceDescription = D1 ('MetaData "EnvironmentResourceDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentResourceDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentResourceDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "launchTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchTemplate])) :*: S1 ('MetaSel ('Just "launchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchConfiguration]))) :*: (S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Trigger])) :*: S1 ('MetaSel ('Just "queues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Queue])))) :*: ((S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Instance])) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "loadBalancers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoadBalancer])) :*: S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup]))))))

newEnvironmentResourceDescription :: EnvironmentResourceDescription Source #

Create a value of EnvironmentResourceDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:launchTemplates:EnvironmentResourceDescription', environmentResourceDescription_launchTemplates - The Amazon EC2 launch templates in use by this environment.

$sel:launchConfigurations:EnvironmentResourceDescription', environmentResourceDescription_launchConfigurations - The Auto Scaling launch configurations in use by this environment.

$sel:triggers:EnvironmentResourceDescription', environmentResourceDescription_triggers - The AutoScaling triggers in use by this environment.

$sel:queues:EnvironmentResourceDescription', environmentResourceDescription_queues - The queues used by this environment.

$sel:instances:EnvironmentResourceDescription', environmentResourceDescription_instances - The Amazon EC2 instances used by this environment.

$sel:environmentName:EnvironmentResourceDescription', environmentResourceDescription_environmentName - The name of the environment.

$sel:loadBalancers:EnvironmentResourceDescription', environmentResourceDescription_loadBalancers - The LoadBalancers in use by this environment.

$sel:autoScalingGroups:EnvironmentResourceDescription', environmentResourceDescription_autoScalingGroups - The AutoScalingGroups used by this environment.

EnvironmentResourcesDescription

data EnvironmentResourcesDescription Source #

Describes the AWS resources in use by this environment. This data is not live data.

See: newEnvironmentResourcesDescription smart constructor.

Instances

Instances details
Eq EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Read EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Show EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Generic EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Associated Types

type Rep EnvironmentResourcesDescription :: Type -> Type #

NFData EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Hashable EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

FromXML EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

type Rep EnvironmentResourcesDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription

type Rep EnvironmentResourcesDescription = D1 ('MetaData "EnvironmentResourcesDescription" "Network.AWS.ElasticBeanstalk.Types.EnvironmentResourcesDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentResourcesDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerDescription))))

newEnvironmentResourcesDescription :: EnvironmentResourcesDescription Source #

Create a value of EnvironmentResourcesDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:loadBalancer:EnvironmentResourcesDescription', environmentResourcesDescription_loadBalancer - Describes the LoadBalancer.

EnvironmentTier

data EnvironmentTier Source #

Describes the properties of an environment tier

See: newEnvironmentTier smart constructor.

Instances

Instances details
Eq EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

Read EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

Show EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

Generic EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

Associated Types

type Rep EnvironmentTier :: Type -> Type #

NFData EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

Methods

rnf :: EnvironmentTier -> () #

Hashable EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

ToQuery EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

FromXML EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

type Rep EnvironmentTier Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EnvironmentTier

type Rep EnvironmentTier = D1 ('MetaData "EnvironmentTier" "Network.AWS.ElasticBeanstalk.Types.EnvironmentTier" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EnvironmentTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEnvironmentTier :: EnvironmentTier Source #

Create a value of EnvironmentTier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:EnvironmentTier', environmentTier_version - The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

$sel:name:EnvironmentTier', environmentTier_name - The name of this environment tier.

Valid values:

  • For Web server tierWebServer
  • For Worker tierWorker

$sel:type':EnvironmentTier', environmentTier_type - The type of this environment tier.

Valid values:

  • For Web server tierStandard
  • For Worker tierSQS/HTTP

EventDescription

data EventDescription Source #

Describes an event.

See: newEventDescription smart constructor.

Instances

Instances details
Eq EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

Read EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

Show EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

Generic EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

Associated Types

type Rep EventDescription :: Type -> Type #

NFData EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Hashable EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

FromXML EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription = D1 ('MetaData "EventDescription" "Network.AWS.ElasticBeanstalk.Types.EventDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EventDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSeverity))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEventDescription :: EventDescription Source #

Create a value of EventDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:EventDescription', eventDescription_templateName - The name of the configuration associated with this event.

$sel:severity:EventDescription', eventDescription_severity - The severity level of this event.

$sel:message:EventDescription', eventDescription_message - The event message.

$sel:eventDate:EventDescription', eventDescription_eventDate - The date when the event occurred.

$sel:platformArn:EventDescription', eventDescription_platformArn - The ARN of the platform version.

$sel:environmentName:EventDescription', eventDescription_environmentName - The name of the environment associated with this event.

$sel:versionLabel:EventDescription', eventDescription_versionLabel - The release label for the application version associated with this event.

$sel:requestId:EventDescription', eventDescription_requestId - The web service request ID for the activity of this event.

$sel:applicationName:EventDescription', eventDescription_applicationName - The application associated with the event.

Instance

data Instance Source #

The description of an Amazon EC2 instance.

See: newInstance smart constructor.

Constructors

Instance' (Maybe Text) 

Instances

Instances details
Eq Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Read Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Show Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Generic Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

NFData Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Methods

rnf :: Instance -> () #

Hashable Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

FromXML Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

type Rep Instance Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Network.AWS.ElasticBeanstalk.Types.Instance" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstance :: Instance Source #

Create a value of Instance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Instance', instance_id - The ID of the Amazon EC2 instance.

InstanceHealthSummary

data InstanceHealthSummary Source #

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

See: newInstanceHealthSummary smart constructor.

Instances

Instances details
Eq InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

Read InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

Show InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

Generic InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

Associated Types

type Rep InstanceHealthSummary :: Type -> Type #

NFData InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

Methods

rnf :: InstanceHealthSummary -> () #

Hashable InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

FromXML InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

type Rep InstanceHealthSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary

type Rep InstanceHealthSummary = D1 ('MetaData "InstanceHealthSummary" "Network.AWS.ElasticBeanstalk.Types.InstanceHealthSummary" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "InstanceHealthSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ok") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "severe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "warning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "unknown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "degraded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newInstanceHealthSummary :: InstanceHealthSummary Source #

Create a value of InstanceHealthSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ok:InstanceHealthSummary', instanceHealthSummary_ok - Green. An instance is passing health checks and the health agent is not reporting any problems.

$sel:noData:InstanceHealthSummary', instanceHealthSummary_noData - Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

$sel:info:InstanceHealthSummary', instanceHealthSummary_info - Green. An operation is in progress on an instance.

$sel:severe:InstanceHealthSummary', instanceHealthSummary_severe - Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

$sel:warning:InstanceHealthSummary', instanceHealthSummary_warning - Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

$sel:pending:InstanceHealthSummary', instanceHealthSummary_pending - Grey. An operation is in progress on an instance within the command timeout.

$sel:unknown:InstanceHealthSummary', instanceHealthSummary_unknown - Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

$sel:degraded:InstanceHealthSummary', instanceHealthSummary_degraded - Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

Latency

data Latency Source #

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

See: newLatency smart constructor.

Instances

Instances details
Eq Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Methods

(==) :: Latency -> Latency -> Bool #

(/=) :: Latency -> Latency -> Bool #

Read Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Show Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Generic Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Associated Types

type Rep Latency :: Type -> Type #

Methods

from :: Latency -> Rep Latency x #

to :: Rep Latency x -> Latency #

NFData Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Methods

rnf :: Latency -> () #

Hashable Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

Methods

hashWithSalt :: Int -> Latency -> Int #

hash :: Latency -> Int #

FromXML Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

type Rep Latency Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Latency

newLatency :: Latency Source #

Create a value of Latency with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:p95:Latency', latency_p95 - The average latency for the slowest 5 percent of requests over the last 10 seconds.

$sel:p999:Latency', latency_p999 - The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

$sel:p10:Latency', latency_p10 - The average latency for the slowest 90 percent of requests over the last 10 seconds.

$sel:p99:Latency', latency_p99 - The average latency for the slowest 1 percent of requests over the last 10 seconds.

$sel:p50:Latency', latency_p50 - The average latency for the slowest 50 percent of requests over the last 10 seconds.

$sel:p85:Latency', latency_p85 - The average latency for the slowest 15 percent of requests over the last 10 seconds.

$sel:p90:Latency', latency_p90 - The average latency for the slowest 10 percent of requests over the last 10 seconds.

$sel:p75:Latency', latency_p75 - The average latency for the slowest 25 percent of requests over the last 10 seconds.

LaunchConfiguration

data LaunchConfiguration Source #

Describes an Auto Scaling launch configuration.

See: newLaunchConfiguration smart constructor.

Instances

Instances details
Eq LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

Read LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

Show LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

Generic LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

Associated Types

type Rep LaunchConfiguration :: Type -> Type #

NFData LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Hashable LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

FromXML LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration = D1 ('MetaData "LaunchConfiguration" "Network.AWS.ElasticBeanstalk.Types.LaunchConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchConfiguration :: LaunchConfiguration Source #

Create a value of LaunchConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LaunchConfiguration', launchConfiguration_name - The name of the launch configuration.

LaunchTemplate

data LaunchTemplate Source #

Describes an Amazon EC2 launch template.

See: newLaunchTemplate smart constructor.

Constructors

LaunchTemplate' (Maybe Text) 

Instances

Instances details
Eq LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

Read LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

Show LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

Generic LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

Associated Types

type Rep LaunchTemplate :: Type -> Type #

NFData LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

Methods

rnf :: LaunchTemplate -> () #

Hashable LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

FromXML LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate = D1 ('MetaData "LaunchTemplate" "Network.AWS.ElasticBeanstalk.Types.LaunchTemplate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LaunchTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchTemplate :: LaunchTemplate Source #

Create a value of LaunchTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:LaunchTemplate', launchTemplate_id - The ID of the launch template.

Listener

data Listener Source #

Describes the properties of a Listener for the LoadBalancer.

See: newListener smart constructor.

Constructors

Listener' (Maybe Int) (Maybe Text) 

Instances

Instances details
Eq Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Read Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Show Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Generic Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Associated Types

type Rep Listener :: Type -> Type #

Methods

from :: Listener -> Rep Listener x #

to :: Rep Listener x -> Listener #

NFData Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Methods

rnf :: Listener -> () #

Hashable Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

Methods

hashWithSalt :: Int -> Listener -> Int #

hash :: Listener -> Int #

FromXML Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

type Rep Listener Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Listener

type Rep Listener = D1 ('MetaData "Listener" "Network.AWS.ElasticBeanstalk.Types.Listener" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Listener'" 'PrefixI 'True) (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListener :: Listener Source #

Create a value of Listener with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:port:Listener', listener_port - The port that is used by the Listener.

$sel:protocol:Listener', listener_protocol - The protocol that is used by the Listener.

LoadBalancer

data LoadBalancer Source #

Describes a LoadBalancer.

See: newLoadBalancer smart constructor.

Constructors

LoadBalancer' (Maybe Text) 

Instances

Instances details
Eq LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

Read LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

Show LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

Generic LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

Associated Types

type Rep LoadBalancer :: Type -> Type #

NFData LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

Methods

rnf :: LoadBalancer -> () #

Hashable LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

FromXML LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

type Rep LoadBalancer Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancer

type Rep LoadBalancer = D1 ('MetaData "LoadBalancer" "Network.AWS.ElasticBeanstalk.Types.LoadBalancer" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LoadBalancer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLoadBalancer :: LoadBalancer Source #

Create a value of LoadBalancer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LoadBalancer', loadBalancer_name - The name of the LoadBalancer.

LoadBalancerDescription

data LoadBalancerDescription Source #

Describes the details of a LoadBalancer.

See: newLoadBalancerDescription smart constructor.

Instances

Instances details
Eq LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

Read LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

Show LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

Generic LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

Associated Types

type Rep LoadBalancerDescription :: Type -> Type #

NFData LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

Methods

rnf :: LoadBalancerDescription -> () #

Hashable LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

FromXML LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

type Rep LoadBalancerDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription

type Rep LoadBalancerDescription = D1 ('MetaData "LoadBalancerDescription" "Network.AWS.ElasticBeanstalk.Types.LoadBalancerDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "LoadBalancerDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "listeners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Listener])))))

newLoadBalancerDescription :: LoadBalancerDescription Source #

Create a value of LoadBalancerDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:LoadBalancerDescription', loadBalancerDescription_domain - The domain name of the LoadBalancer.

$sel:loadBalancerName:LoadBalancerDescription', loadBalancerDescription_loadBalancerName - The name of the LoadBalancer.

$sel:listeners:LoadBalancerDescription', loadBalancerDescription_listeners - A list of Listeners used by the LoadBalancer.

ManagedAction

data ManagedAction Source #

The record of an upcoming or in-progress managed action.

See: newManagedAction smart constructor.

Instances

Instances details
Eq ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

Read ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

Show ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

Generic ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

Associated Types

type Rep ManagedAction :: Type -> Type #

NFData ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

Methods

rnf :: ManagedAction -> () #

Hashable ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

FromXML ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

type Rep ManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedAction

type Rep ManagedAction = D1 ('MetaData "ManagedAction" "Network.AWS.ElasticBeanstalk.Types.ManagedAction" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ManagedAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType))) :*: (S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newManagedAction :: ManagedAction Source #

Create a value of ManagedAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ManagedAction', managedAction_status - The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

$sel:actionType:ManagedAction', managedAction_actionType - The type of managed action.

$sel:actionId:ManagedAction', managedAction_actionId - A unique identifier for the managed action.

$sel:actionDescription:ManagedAction', managedAction_actionDescription - A description of the managed action.

$sel:windowStartTime:ManagedAction', managedAction_windowStartTime - The start time of the maintenance window in which the managed action will execute.

ManagedActionHistoryItem

data ManagedActionHistoryItem Source #

The record of a completed or failed managed action.

See: newManagedActionHistoryItem smart constructor.

Instances

Instances details
Eq ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

Read ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

Show ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

Generic ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

Associated Types

type Rep ManagedActionHistoryItem :: Type -> Type #

NFData ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

Hashable ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

FromXML ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

type Rep ManagedActionHistoryItem Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem

type Rep ManagedActionHistoryItem = D1 ('MetaData "ManagedActionHistoryItem" "Network.AWS.ElasticBeanstalk.Types.ManagedActionHistoryItem" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ManagedActionHistoryItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionHistoryStatus)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType))) :*: (S1 ('MetaSel ('Just "executedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finishedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "failureDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureType))))))

newManagedActionHistoryItem :: ManagedActionHistoryItem Source #

Create a value of ManagedActionHistoryItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ManagedActionHistoryItem', managedActionHistoryItem_status - The status of the action.

$sel:actionType:ManagedActionHistoryItem', managedActionHistoryItem_actionType - The type of the managed action.

$sel:executedTime:ManagedActionHistoryItem', managedActionHistoryItem_executedTime - The date and time that the action started executing.

$sel:actionId:ManagedActionHistoryItem', managedActionHistoryItem_actionId - A unique identifier for the managed action.

$sel:actionDescription:ManagedActionHistoryItem', managedActionHistoryItem_actionDescription - A description of the managed action.

$sel:finishedTime:ManagedActionHistoryItem', managedActionHistoryItem_finishedTime - The date and time that the action finished executing.

$sel:failureDescription:ManagedActionHistoryItem', managedActionHistoryItem_failureDescription - If the action failed, a description of the failure.

$sel:failureType:ManagedActionHistoryItem', managedActionHistoryItem_failureType - If the action failed, the type of failure.

MaxAgeRule

data MaxAgeRule Source #

A lifecycle rule that deletes application versions after the specified number of days.

See: newMaxAgeRule smart constructor.

Constructors

MaxAgeRule' (Maybe Bool) (Maybe Int) Bool 

Instances

Instances details
Eq MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

Read MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

Show MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

Generic MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

Associated Types

type Rep MaxAgeRule :: Type -> Type #

NFData MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

Methods

rnf :: MaxAgeRule -> () #

Hashable MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

ToQuery MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

FromXML MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

type Rep MaxAgeRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxAgeRule

type Rep MaxAgeRule = D1 ('MetaData "MaxAgeRule" "Network.AWS.ElasticBeanstalk.Types.MaxAgeRule" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "MaxAgeRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteSourceFromS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxAgeInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newMaxAgeRule Source #

Create a value of MaxAgeRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteSourceFromS3:MaxAgeRule', maxAgeRule_deleteSourceFromS3 - Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

$sel:maxAgeInDays:MaxAgeRule', maxAgeRule_maxAgeInDays - Specify the number of days to retain an application versions.

$sel:enabled:MaxAgeRule', maxAgeRule_enabled - Specify true to apply the rule, or false to disable it.

MaxCountRule

data MaxCountRule Source #

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

See: newMaxCountRule smart constructor.

Constructors

MaxCountRule' (Maybe Int) (Maybe Bool) Bool 

Instances

Instances details
Eq MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

Read MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

Show MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

Generic MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

Associated Types

type Rep MaxCountRule :: Type -> Type #

NFData MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

Methods

rnf :: MaxCountRule -> () #

Hashable MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

ToQuery MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

FromXML MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

type Rep MaxCountRule Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.MaxCountRule

type Rep MaxCountRule = D1 ('MetaData "MaxCountRule" "Network.AWS.ElasticBeanstalk.Types.MaxCountRule" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "MaxCountRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "deleteSourceFromS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newMaxCountRule Source #

Create a value of MaxCountRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxCount:MaxCountRule', maxCountRule_maxCount - Specify the maximum number of application versions to retain.

$sel:deleteSourceFromS3:MaxCountRule', maxCountRule_deleteSourceFromS3 - Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

$sel:enabled:MaxCountRule', maxCountRule_enabled - Specify true to apply the rule, or false to disable it.

OptionRestrictionRegex

data OptionRestrictionRegex Source #

A regular expression representing a restriction on a string configuration option value.

See: newOptionRestrictionRegex smart constructor.

Instances

Instances details
Eq OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

Read OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

Show OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

Generic OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

Associated Types

type Rep OptionRestrictionRegex :: Type -> Type #

NFData OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

Methods

rnf :: OptionRestrictionRegex -> () #

Hashable OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

FromXML OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

type Rep OptionRestrictionRegex Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex

type Rep OptionRestrictionRegex = D1 ('MetaData "OptionRestrictionRegex" "Network.AWS.ElasticBeanstalk.Types.OptionRestrictionRegex" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "OptionRestrictionRegex'" 'PrefixI 'True) (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOptionRestrictionRegex :: OptionRestrictionRegex Source #

Create a value of OptionRestrictionRegex with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:label:OptionRestrictionRegex', optionRestrictionRegex_label - A unique name representing this regular expression.

$sel:pattern':OptionRestrictionRegex', optionRestrictionRegex_pattern - The regular expression pattern that a string configuration option value with this restriction must match.

OptionSpecification

data OptionSpecification Source #

A specification identifying an individual configuration option.

See: newOptionSpecification smart constructor.

Instances

Instances details
Eq OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

Read OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

Show OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

Generic OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

Associated Types

type Rep OptionSpecification :: Type -> Type #

NFData OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

Methods

rnf :: OptionSpecification -> () #

Hashable OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

ToQuery OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

type Rep OptionSpecification Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.OptionSpecification

type Rep OptionSpecification = D1 ('MetaData "OptionSpecification" "Network.AWS.ElasticBeanstalk.Types.OptionSpecification" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "OptionSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOptionSpecification :: OptionSpecification Source #

Create a value of OptionSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionName:OptionSpecification', optionSpecification_optionName - The name of the configuration option.

$sel:namespace:OptionSpecification', optionSpecification_namespace - A unique namespace identifying the option's associated AWS resource.

$sel:resourceName:OptionSpecification', optionSpecification_resourceName - A unique resource name for a time-based scaling configuration option.

PlatformBranchSummary

data PlatformBranchSummary Source #

Summary information about a platform branch.

See: newPlatformBranchSummary smart constructor.

Instances

Instances details
Eq PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

Read PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

Show PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

Generic PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

Associated Types

type Rep PlatformBranchSummary :: Type -> Type #

NFData PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

Methods

rnf :: PlatformBranchSummary -> () #

Hashable PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

FromXML PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

type Rep PlatformBranchSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary

type Rep PlatformBranchSummary = D1 ('MetaData "PlatformBranchSummary" "Network.AWS.ElasticBeanstalk.Types.PlatformBranchSummary" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformBranchSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "branchOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "lifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPlatformBranchSummary :: PlatformBranchSummary Source #

Create a value of PlatformBranchSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchName:PlatformBranchSummary', platformBranchSummary_branchName - The name of the platform branch.

$sel:branchOrder:PlatformBranchSummary', platformBranchSummary_branchOrder - An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.

A larger BranchOrder value designates a newer platform branch within the platform.

$sel:lifecycleState:PlatformBranchSummary', platformBranchSummary_lifecycleState - The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

$sel:supportedTierList:PlatformBranchSummary', platformBranchSummary_supportedTierList - The environment tiers that platform versions in this branch support.

Possible values: WebServer/Standard | Worker/SQS/HTTP

$sel:platformName:PlatformBranchSummary', platformBranchSummary_platformName - The name of the platform to which this platform branch belongs.

PlatformDescription

data PlatformDescription Source #

Detailed information about a platform version.

See: newPlatformDescription smart constructor.

Instances

Instances details
Eq PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

Read PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

Show PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

Generic PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

Associated Types

type Rep PlatformDescription :: Type -> Type #

NFData PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

Methods

rnf :: PlatformDescription -> () #

Hashable PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

FromXML PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

type Rep PlatformDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformDescription

type Rep PlatformDescription = D1 ('MetaData "PlatformDescription" "Network.AWS.ElasticBeanstalk.Types.PlatformDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "operatingSystemName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "customAmiList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomAmi])) :*: (S1 ('MetaSel ('Just "supportedAddonList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "platformBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformStatus)) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformBranchLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "frameworks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformFramework])) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "maintainer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "programmingLanguages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformProgrammingLanguage])) :*: S1 ('MetaSel ('Just "operatingSystemVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newPlatformDescription :: PlatformDescription Source #

Create a value of PlatformDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operatingSystemName:PlatformDescription', platformDescription_operatingSystemName - The operating system used by the platform version.

$sel:platformCategory:PlatformDescription', platformDescription_platformCategory - The category of the platform version.

$sel:customAmiList:PlatformDescription', platformDescription_customAmiList - The custom AMIs supported by the platform version.

$sel:supportedAddonList:PlatformDescription', platformDescription_supportedAddonList - The additions supported by the platform version.

$sel:dateCreated:PlatformDescription', platformDescription_dateCreated - The date when the platform version was created.

$sel:platformBranchName:PlatformDescription', platformDescription_platformBranchName - The platform branch to which the platform version belongs.

$sel:platformOwner:PlatformDescription', platformDescription_platformOwner - The AWS account ID of the person who created the platform version.

$sel:platformStatus:PlatformDescription', platformDescription_platformStatus - The status of the platform version.

$sel:solutionStackName:PlatformDescription', platformDescription_solutionStackName - The name of the solution stack used by the platform version.

$sel:platformVersion:PlatformDescription', platformDescription_platformVersion - The version of the platform version.

$sel:platformArn:PlatformDescription', platformDescription_platformArn - The ARN of the platform version.

$sel:platformBranchLifecycleState:PlatformDescription', platformDescription_platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.

Possible values: Beta | Supported | Deprecated | Retired

$sel:frameworks:PlatformDescription', platformDescription_frameworks - The frameworks supported by the platform version.

$sel:dateUpdated:PlatformDescription', platformDescription_dateUpdated - The date when the platform version was last updated.

$sel:supportedTierList:PlatformDescription', platformDescription_supportedTierList - The tiers supported by the platform version.

$sel:maintainer:PlatformDescription', platformDescription_maintainer - Information about the maintainer of the platform version.

$sel:description:PlatformDescription', platformDescription_description - The description of the platform version.

$sel:platformLifecycleState:PlatformDescription', platformDescription_platformLifecycleState - The state of the platform version in its lifecycle.

Possible values: Recommended | null

If a null value is returned, the platform version isn't the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.

$sel:platformName:PlatformDescription', platformDescription_platformName - The name of the platform version.

$sel:programmingLanguages:PlatformDescription', platformDescription_programmingLanguages - The programming languages supported by the platform version.

$sel:operatingSystemVersion:PlatformDescription', platformDescription_operatingSystemVersion - The version of the operating system used by the platform version.

PlatformFilter

data PlatformFilter Source #

Describes criteria to restrict the results when listing platform versions.

The filter is evaluated as follows: Type Operator Values[1]

See: newPlatformFilter smart constructor.

Constructors

PlatformFilter' (Maybe [Text]) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

Read PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

Show PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

Generic PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

Associated Types

type Rep PlatformFilter :: Type -> Type #

NFData PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

Methods

rnf :: PlatformFilter -> () #

Hashable PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

ToQuery PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

type Rep PlatformFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFilter

type Rep PlatformFilter = D1 ('MetaData "PlatformFilter" "Network.AWS.ElasticBeanstalk.Types.PlatformFilter" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPlatformFilter :: PlatformFilter Source #

Create a value of PlatformFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:PlatformFilter', platformFilter_values - The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

The following list shows valid filter values for some filter attributes.

  • PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
  • PlatformLifecycleState: recommended
  • SupportedTier: WebServer/Standard | Worker/SQS/HTTP
  • SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD

$sel:operator:PlatformFilter', platformFilter_operator - The operator to apply to the Type with each of the Values.

Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

$sel:type':PlatformFilter', platformFilter_type - The platform version attribute to which the filter values are applied.

Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

PlatformFramework

data PlatformFramework Source #

A framework supported by the platform.

See: newPlatformFramework smart constructor.

Instances

Instances details
Eq PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

Read PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

Show PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

Generic PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

Associated Types

type Rep PlatformFramework :: Type -> Type #

NFData PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

Methods

rnf :: PlatformFramework -> () #

Hashable PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

FromXML PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework = D1 ('MetaData "PlatformFramework" "Network.AWS.ElasticBeanstalk.Types.PlatformFramework" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformFramework :: PlatformFramework Source #

Create a value of PlatformFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:PlatformFramework', platformFramework_version - The version of the framework.

$sel:name:PlatformFramework', platformFramework_name - The name of the framework.

PlatformProgrammingLanguage

data PlatformProgrammingLanguage Source #

A programming language supported by the platform.

See: newPlatformProgrammingLanguage smart constructor.

Instances

Instances details
Eq PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Read PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Show PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Generic PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Associated Types

type Rep PlatformProgrammingLanguage :: Type -> Type #

NFData PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Hashable PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

FromXML PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

type Rep PlatformProgrammingLanguage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage

type Rep PlatformProgrammingLanguage = D1 ('MetaData "PlatformProgrammingLanguage" "Network.AWS.ElasticBeanstalk.Types.PlatformProgrammingLanguage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformProgrammingLanguage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformProgrammingLanguage :: PlatformProgrammingLanguage Source #

Create a value of PlatformProgrammingLanguage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:PlatformProgrammingLanguage', platformProgrammingLanguage_version - The version of the programming language.

$sel:name:PlatformProgrammingLanguage', platformProgrammingLanguage_name - The name of the programming language.

PlatformSummary

data PlatformSummary Source #

Summary information about a platform version.

See: newPlatformSummary smart constructor.

Instances

Instances details
Eq PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

Read PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

Show PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

Generic PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

Associated Types

type Rep PlatformSummary :: Type -> Type #

NFData PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

Methods

rnf :: PlatformSummary -> () #

Hashable PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

FromXML PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

type Rep PlatformSummary Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.PlatformSummary

type Rep PlatformSummary = D1 ('MetaData "PlatformSummary" "Network.AWS.ElasticBeanstalk.Types.PlatformSummary" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "PlatformSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "operatingSystemName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedAddonList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "platformBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformStatus))))) :*: ((S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformBranchLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "platformLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operatingSystemVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPlatformSummary :: PlatformSummary Source #

Create a value of PlatformSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operatingSystemName:PlatformSummary', platformSummary_operatingSystemName - The operating system used by the platform version.

$sel:platformCategory:PlatformSummary', platformSummary_platformCategory - The category of platform version.

$sel:supportedAddonList:PlatformSummary', platformSummary_supportedAddonList - The additions associated with the platform version.

$sel:platformBranchName:PlatformSummary', platformSummary_platformBranchName - The platform branch to which the platform version belongs.

$sel:platformOwner:PlatformSummary', platformSummary_platformOwner - The AWS account ID of the person who created the platform version.

$sel:platformStatus:PlatformSummary', platformSummary_platformStatus - The status of the platform version. You can create an environment from the platform version once it is ready.

$sel:platformVersion:PlatformSummary', platformSummary_platformVersion - The version string of the platform version.

$sel:platformArn:PlatformSummary', platformSummary_platformArn - The ARN of the platform version.

$sel:platformBranchLifecycleState:PlatformSummary', platformSummary_platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.

Possible values: beta | supported | deprecated | retired

$sel:supportedTierList:PlatformSummary', platformSummary_supportedTierList - The tiers in which the platform version runs.

$sel:platformLifecycleState:PlatformSummary', platformSummary_platformLifecycleState - The state of the platform version in its lifecycle.

Possible values: recommended | empty

If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.

$sel:operatingSystemVersion:PlatformSummary', platformSummary_operatingSystemVersion - The version of the operating system used by the platform version.

Queue

data Queue Source #

Describes a queue.

See: newQueue smart constructor.

Constructors

Queue' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Methods

(==) :: Queue -> Queue -> Bool #

(/=) :: Queue -> Queue -> Bool #

Read Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Show Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Methods

showsPrec :: Int -> Queue -> ShowS #

show :: Queue -> String #

showList :: [Queue] -> ShowS #

Generic Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Associated Types

type Rep Queue :: Type -> Type #

Methods

from :: Queue -> Rep Queue x #

to :: Rep Queue x -> Queue #

NFData Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Methods

rnf :: Queue -> () #

Hashable Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Methods

hashWithSalt :: Int -> Queue -> Int #

hash :: Queue -> Int #

FromXML Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

Methods

parseXML :: [Node] -> Either String Queue #

type Rep Queue Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Queue

type Rep Queue = D1 ('MetaData "Queue" "Network.AWS.ElasticBeanstalk.Types.Queue" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Queue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newQueue :: Queue Source #

Create a value of Queue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Queue', queue_name - The name of the queue.

$sel:url:Queue', queue_url - The URL of the queue.

ResourceQuota

data ResourceQuota Source #

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

See: newResourceQuota smart constructor.

Constructors

ResourceQuota' (Maybe Int) 

Instances

Instances details
Eq ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

Read ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

Show ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

Generic ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

Associated Types

type Rep ResourceQuota :: Type -> Type #

NFData ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

Methods

rnf :: ResourceQuota -> () #

Hashable ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

FromXML ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota = D1 ('MetaData "ResourceQuota" "Network.AWS.ElasticBeanstalk.Types.ResourceQuota" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ResourceQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newResourceQuota :: ResourceQuota Source #

Create a value of ResourceQuota with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximum:ResourceQuota', resourceQuota_maximum - The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

ResourceQuotas

data ResourceQuotas Source #

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

See: newResourceQuotas smart constructor.

Instances

Instances details
Eq ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

Read ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

Show ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

Generic ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

Associated Types

type Rep ResourceQuotas :: Type -> Type #

NFData ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

Methods

rnf :: ResourceQuotas -> () #

Hashable ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

FromXML ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas = D1 ('MetaData "ResourceQuotas" "Network.AWS.ElasticBeanstalk.Types.ResourceQuotas" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ResourceQuotas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "applicationVersionQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))) :*: (S1 ('MetaSel ('Just "configurationTemplateQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: (S1 ('MetaSel ('Just "environmentQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "customPlatformQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))))))

newResourceQuotas :: ResourceQuotas Source #

Create a value of ResourceQuotas with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationQuota:ResourceQuotas', resourceQuotas_applicationQuota - The quota for applications in the AWS account.

$sel:applicationVersionQuota:ResourceQuotas', resourceQuotas_applicationVersionQuota - The quota for application versions in the AWS account.

$sel:configurationTemplateQuota:ResourceQuotas', resourceQuotas_configurationTemplateQuota - The quota for configuration templates in the AWS account.

$sel:environmentQuota:ResourceQuotas', resourceQuotas_environmentQuota - The quota for environments in the AWS account.

$sel:customPlatformQuota:ResourceQuotas', resourceQuotas_customPlatformQuota - The quota for custom platforms in the AWS account.

S3Location

data S3Location Source #

The bucket and key of an item stored in Amazon S3.

See: newS3Location smart constructor.

Constructors

S3Location' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

ToQuery S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

FromXML S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Network.AWS.ElasticBeanstalk.Types.S3Location" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Location :: S3Location Source #

Create a value of S3Location with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Bucket:S3Location', s3Location_s3Bucket - The Amazon S3 bucket where the data is located.

$sel:s3Key:S3Location', s3Location_s3Key - The Amazon S3 key where the data is located.

SearchFilter

data SearchFilter Source #

Describes criteria to restrict a list of results.

For operators that apply a single value to the attribute, the filter is evaluated as follows: Attribute Operator Values[1]

Some operators, e.g. in, can apply multiple values. In this case, the filter is evaluated as a logical union (OR) of applications of the operator to the attribute with each one of the values: (Attribute Operator Values[1]) OR (Attribute Operator Values[2]) OR ...

The valid values for attributes of SearchFilter depend on the API action. For valid values, see the reference page for the API action you're calling that takes a SearchFilter parameter.

See: newSearchFilter smart constructor.

Constructors

SearchFilter' (Maybe [Text]) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

Read SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

Show SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

Generic SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

Associated Types

type Rep SearchFilter :: Type -> Type #

NFData SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

Methods

rnf :: SearchFilter -> () #

Hashable SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

ToQuery SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

type Rep SearchFilter Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SearchFilter

type Rep SearchFilter = D1 ('MetaData "SearchFilter" "Network.AWS.ElasticBeanstalk.Types.SearchFilter" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSearchFilter :: SearchFilter Source #

Create a value of SearchFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:SearchFilter', searchFilter_values - The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

$sel:operator:SearchFilter', searchFilter_operator - The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

$sel:attribute:SearchFilter', searchFilter_attribute - The result attribute to which the filter values are applied. Valid values vary by API action.

SingleInstanceHealth

data SingleInstanceHealth Source #

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

See: newSingleInstanceHealth smart constructor.

Instances

Instances details
Eq SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

Read SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

Show SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

Generic SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

Associated Types

type Rep SingleInstanceHealth :: Type -> Type #

NFData SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

Methods

rnf :: SingleInstanceHealth -> () #

Hashable SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

FromXML SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

type Rep SingleInstanceHealth Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SingleInstanceHealth

newSingleInstanceHealth :: SingleInstanceHealth Source #

Create a value of SingleInstanceHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceId:SingleInstanceHealth', singleInstanceHealth_instanceId - The ID of the Amazon EC2 instance.

$sel:instanceType:SingleInstanceHealth', singleInstanceHealth_instanceType - The instance's type.

$sel:color:SingleInstanceHealth', singleInstanceHealth_color - Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

$sel:causes:SingleInstanceHealth', singleInstanceHealth_causes - Represents the causes, which provide more information about the current health status.

$sel:availabilityZone:SingleInstanceHealth', singleInstanceHealth_availabilityZone - The availability zone in which the instance runs.

$sel:launchedAt:SingleInstanceHealth', singleInstanceHealth_launchedAt - The time at which the EC2 instance was launched.

$sel:deployment:SingleInstanceHealth', singleInstanceHealth_deployment - Information about the most recent deployment to an instance.

$sel:healthStatus:SingleInstanceHealth', singleInstanceHealth_healthStatus - Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

$sel:system:SingleInstanceHealth', singleInstanceHealth_system - Operating system metrics from the instance.

$sel:applicationMetrics:SingleInstanceHealth', singleInstanceHealth_applicationMetrics - Request metrics from your application.

SolutionStackDescription

data SolutionStackDescription Source #

Describes the solution stack.

See: newSolutionStackDescription smart constructor.

Instances

Instances details
Eq SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

Read SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

Show SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

Generic SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

Associated Types

type Rep SolutionStackDescription :: Type -> Type #

NFData SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

Hashable SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

FromXML SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

type Rep SolutionStackDescription Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription

type Rep SolutionStackDescription = D1 ('MetaData "SolutionStackDescription" "Network.AWS.ElasticBeanstalk.Types.SolutionStackDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SolutionStackDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "permittedFileTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSolutionStackDescription :: SolutionStackDescription Source #

Create a value of SolutionStackDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:permittedFileTypes:SolutionStackDescription', solutionStackDescription_permittedFileTypes - The permitted file types allowed for a solution stack.

$sel:solutionStackName:SolutionStackDescription', solutionStackDescription_solutionStackName - The name of the solution stack.

SourceBuildInformation

data SourceBuildInformation Source #

Location of the source code for an application version.

See: newSourceBuildInformation smart constructor.

Instances

Instances details
Eq SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

Read SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

Show SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

Generic SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

Associated Types

type Rep SourceBuildInformation :: Type -> Type #

NFData SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

Methods

rnf :: SourceBuildInformation -> () #

Hashable SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

ToQuery SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

FromXML SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

type Rep SourceBuildInformation Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation

type Rep SourceBuildInformation = D1 ('MetaData "SourceBuildInformation" "Network.AWS.ElasticBeanstalk.Types.SourceBuildInformation" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SourceBuildInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceType) :*: (S1 ('MetaSel ('Just "sourceRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceRepository) :*: S1 ('MetaSel ('Just "sourceLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSourceBuildInformation Source #

Create a value of SourceBuildInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceType:SourceBuildInformation', sourceBuildInformation_sourceType - The type of repository.

  • Git
  • Zip

$sel:sourceRepository:SourceBuildInformation', sourceBuildInformation_sourceRepository - Location where the repository is stored.

  • CodeCommit
  • S3

$sel:sourceLocation:SourceBuildInformation', sourceBuildInformation_sourceLocation - The location of the source code, as a formatted string, depending on the value of SourceRepository

  • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.
  • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

SourceConfiguration

data SourceConfiguration Source #

A specification for an environment configuration.

See: newSourceConfiguration smart constructor.

Instances

Instances details
Eq SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

Read SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

Show SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

Generic SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

Associated Types

type Rep SourceConfiguration :: Type -> Type #

NFData SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Hashable SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

ToQuery SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

type Rep SourceConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SourceConfiguration

type Rep SourceConfiguration = D1 ('MetaData "SourceConfiguration" "Network.AWS.ElasticBeanstalk.Types.SourceConfiguration" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSourceConfiguration :: SourceConfiguration Source #

Create a value of SourceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateName:SourceConfiguration', sourceConfiguration_templateName - The name of the configuration template.

$sel:applicationName:SourceConfiguration', sourceConfiguration_applicationName - The name of the application associated with the configuration.

StatusCodes

data StatusCodes Source #

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.

See: newStatusCodes smart constructor.

Constructors

StatusCodes' (Maybe Int) (Maybe Int) (Maybe Int) (Maybe Int) 

Instances

Instances details
Eq StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

Read StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

Show StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

Generic StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

Associated Types

type Rep StatusCodes :: Type -> Type #

NFData StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

Methods

rnf :: StatusCodes -> () #

Hashable StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

FromXML StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

type Rep StatusCodes Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.StatusCodes

type Rep StatusCodes = D1 ('MetaData "StatusCodes" "Network.AWS.ElasticBeanstalk.Types.StatusCodes" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "StatusCodes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status3xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status5xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "status2xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status4xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newStatusCodes :: StatusCodes Source #

Create a value of StatusCodes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status3xx:StatusCodes', statusCodes_status3xx - The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

$sel:status5xx:StatusCodes', statusCodes_status5xx - The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

$sel:status2xx:StatusCodes', statusCodes_status2xx - The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

$sel:status4xx:StatusCodes', statusCodes_status4xx - The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

SystemStatus

data SystemStatus Source #

CPU utilization and load average metrics for an Amazon EC2 instance.

See: newSystemStatus smart constructor.

Instances

Instances details
Eq SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

Read SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

Show SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

Generic SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

Associated Types

type Rep SystemStatus :: Type -> Type #

NFData SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

Methods

rnf :: SystemStatus -> () #

Hashable SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

FromXML SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

type Rep SystemStatus Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.SystemStatus

type Rep SystemStatus = D1 ('MetaData "SystemStatus" "Network.AWS.ElasticBeanstalk.Types.SystemStatus" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "SystemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cPUUtilization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CPUUtilization)) :*: S1 ('MetaSel ('Just "loadAverage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Double]))))

newSystemStatus :: SystemStatus Source #

Create a value of SystemStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cPUUtilization:SystemStatus', systemStatus_cPUUtilization - CPU utilization metrics for the instance.

$sel:loadAverage:SystemStatus', systemStatus_loadAverage - Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.

Tag

data Tag Source #

Describes a tag applied to a resource in an environment.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Show Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToQuery Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

toQuery :: Tag -> QueryString #

FromXML Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

Methods

parseXML :: [Node] -> Either String Tag #

type Rep Tag Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Network.AWS.ElasticBeanstalk.Types.Tag" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The key of the tag.

$sel:value:Tag', tag_value - The value of the tag.

Trigger

data Trigger Source #

Describes a trigger.

See: newTrigger smart constructor.

Constructors

Trigger' (Maybe Text) 

Instances

Instances details
Eq Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Methods

(==) :: Trigger -> Trigger -> Bool #

(/=) :: Trigger -> Trigger -> Bool #

Read Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Show Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Generic Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Associated Types

type Rep Trigger :: Type -> Type #

Methods

from :: Trigger -> Rep Trigger x #

to :: Rep Trigger x -> Trigger #

NFData Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Methods

rnf :: Trigger -> () #

Hashable Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

Methods

hashWithSalt :: Int -> Trigger -> Int #

hash :: Trigger -> Int #

FromXML Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

type Rep Trigger Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Trigger

type Rep Trigger = D1 ('MetaData "Trigger" "Network.AWS.ElasticBeanstalk.Types.Trigger" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Trigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrigger :: Trigger Source #

Create a value of Trigger with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Trigger', trigger_name - The name of the trigger.

ValidationMessage

data ValidationMessage Source #

An error or warning for a desired configuration option value.

See: newValidationMessage smart constructor.

Instances

Instances details
Eq ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

Read ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

Show ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

Generic ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

Associated Types

type Rep ValidationMessage :: Type -> Type #

NFData ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

Methods

rnf :: ValidationMessage -> () #

Hashable ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

FromXML ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

type Rep ValidationMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.ValidationMessage

type Rep ValidationMessage = D1 ('MetaData "ValidationMessage" "Network.AWS.ElasticBeanstalk.Types.ValidationMessage" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ValidationMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationSeverity))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newValidationMessage :: ValidationMessage Source #

Create a value of ValidationMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionName:ValidationMessage', validationMessage_optionName - The name of the option.

$sel:severity:ValidationMessage', validationMessage_severity - An indication of the severity of this message:

  • error: This message indicates that this is not a valid setting for an option.
  • warning: This message is providing information you should take into account.

$sel:message:ValidationMessage', validationMessage_message - A message describing the error or warning.

$sel:namespace:ValidationMessage', validationMessage_namespace - The namespace to which the option belongs.